Articles
Tags
AllClient-Side ArchitectureDesignDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLHumans & CodeNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentTestingThe 12 EssentialsThe MetaphysicsThe Phases of CraftshipWeb Development
12
Showing 12 article(s) about "JavaScript"

JavaScript forEach | Looping Through an Array in JSWeb Development
JavaScript's for each loop is a quick and easy way to iterate over an array. Used as an alternative to the for loop, it can make c...

Books that Developers Should Read in 2020 [List]Software Professionalism
These books “are basically cheat codes” for leveling up your skills and knowledge as a developer.

What's Unscalable about JavaScript? | TypeScript OOPTypeScript
TypeScript is called JavaScript that scales. What's so unscalable about JavaScript?

There Is No Dominant Paradigm | Software ProfessionalismSoftware Professionalism
Functional programming is not the end to all of our problems. Quality software is all three paradigms.

Over $85 billion spent on fixing bad code [bootcamps, junior devs, JavaScript, and software design principles]Web Development
More and more money is being spent by companies on maintaining bad JavaScript code. Here's where I think our industry needs to cha...

TypeScript vs. JavaScript [Pros / cons]Web Development
TypeScript is arguably one of the best things to come to the JavaScript world helping developers comfortably create complex enterp...