Denali Balser·Nov 7, 2021Object Destructuring in JavaScriptObject destructuring was introduced in ES6 and has since aided developers in extracting properties from objects and binding them to…A response icon1A response icon1
Denali Balser·Oct 31, 20214 More JavaScript Concepts That Every Developer Should KnowIn my previous post I discussed four essential JavaScript concepts to master as a web developer, which I will link below —
InJavaScript in Plain EnglishbyDenali Balser·Oct 24, 20214 JavaScript Concepts That Every Developer Should Know4 of the most important JavaScript concepts to master as a web developer.A response icon4A response icon4
Denali Balser·Oct 17, 2021Types of APIs: Web & Web ServiceAPIs (Application Programming Interfaces) are leveraged by developers to add functionality to an application so as not to have to write all…
Denali Balser·Oct 9, 2021I.S.O. Database Version ControlFor any software experience there are to essential elements — the application and the data. A functional user-experience depends upon the…
Denali Balser·Oct 3, 2021What Is Version Control?Version control, alternatively referred to as source control, is the exercise of tracking and managing changes to software code. A version…
Denali Balser·Sep 24, 2021Why You Should Incorporate TypeScript Into Your React ProjectFirst, let’s begin by discussing TypeScript itself. TypeScript is a superset of JavaScript that provides optional classes, static typing…
Denali Balser·Sep 20, 2021Rails Project with OAuthWhile this project has taken me the longest to complete, it is definitely the project that helped build my confidence and solidify concepts…
Denali Balser·Sep 12, 2021APIs UnveiledYou’ve probably heard this acronym and most likely know it stands for Application Programming Interface, but if you were really to explain…
InJavaScript in Plain EnglishbyDenali Balser·Sep 4, 2021Partial Applications in JavaScriptWith the introduction of Redux JavaScript library, Reason syntax and toolchain, and the Cycle library functional programming has become…