PinnedPublished inJavaScript in Plain EnglishHow to be a Better Software EngineerWith JavaScript ExamplesMay 25, 2021May 25, 2021
Published inJavaScript in Plain EnglishHow to Modularize Code in Vanilla JavaScript using ‘import’ and ‘export’How to make vanilla JavaScript modular using import and export. Modularized code with only vanilla JavaScript.Nov 18, 20211Nov 18, 20211
Sorting Data Structures in JavaScript, Strings, and a little Node.jsA NOTE BEFORE THE SHOW.May 21, 2021May 21, 2021
Published inJavaScript in Plain EnglishDemonstrating S.O.L.I.D Principles with JavaScript ExamplesWhat is The Solid Principle?May 14, 2021May 14, 2021
Published inJavaScript in Plain EnglishWhat are Hoisting and Execution Context in JavaScript?JavaSript Runtime and the relationship to hoisting variables and function based on the execution context.May 7, 2021May 7, 2021
Published inJavaScript in Plain EnglishHow to Setup Authentication with React and RailsAuthentication bare-bones. React applicaton with Ruby Rails, Redux and Thunk.Apr 30, 2021Apr 30, 2021
Why I Chose to Study Software EngineeringBecoming a Software engineer, why Learn code, why I learn code, why learn JavaSript.Apr 24, 2021Apr 24, 2021
Published inNerd For TechStatic Generation with getStaticPropsStatic Generate means that we Pre-generate a page during build time. This way, all HTML data that make up the content is already loaded…Apr 23, 2021Apr 23, 2021
Published inNerd For TechWhat are Hash Tables, and How do we use them?If you’re familiar with JavaScript, you more than likely call hash tables Objects, in ruby, they are called hashes, and in python, they’re…Apr 16, 2021Apr 16, 2021
Published inNerd For TechThe Call Stack and Memory Heap explained.The call stack and Heap won’t interfere with your day-to-day workflow. However, it is crucial to understand call stack and memory heap…Apr 9, 2021Apr 9, 2021