Object Destructuring in JavaScriptObject destructuring was introduced in ES6 and has since aided developers in extracting properties from objects and binding them to…Nov 7, 20211Nov 7, 20211
4 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 —Oct 31, 2021Oct 31, 2021
Published inJavaScript in Plain English4 JavaScript Concepts That Every Developer Should Know4 of the most important JavaScript concepts to master as a web developer.Oct 24, 20214Oct 24, 20214
Types 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…Oct 17, 2021Oct 17, 2021
I.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…Oct 9, 2021Oct 9, 2021
What Is Version Control?Version control, alternatively referred to as source control, is the exercise of tracking and managing changes to software code. A version…Oct 3, 2021Oct 3, 2021
Why 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…Sep 24, 20211Sep 24, 20211
Rails 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…Sep 20, 2021Sep 20, 2021
APIs UnveiledYou’ve probably heard this acronym and most likely know it stands for Application Programming Interface, but if you were really to explain…Sep 12, 2021Sep 12, 2021
Published inJavaScript in Plain EnglishPartial Applications in JavaScriptWith the introduction of Redux JavaScript library, Reason syntax and toolchain, and the Cycle library functional programming has become…Sep 4, 2021Sep 4, 2021