InJavaScript in Plain EnglishbyAlexis Regnaud5 Advanced React PatternsAn overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries.May 15, 202129May 15, 202129
IncodeburstbyMichelle MarcellineLocalStorage vs. Cookies: All You Need to Know About Storing JWT Tokens Securely in the Front-EndJWT Tokens are awesome but how do you store them securely in your front end? We’ll go over the pros and cons of localStorage and Cookies.Jul 21, 20202Jul 21, 20202
Roopal JasnaniUnderstanding Design Patterns in ReactDesign patterns are repeatable solutions to commonly occurring development problems, save development time and reduce coding efforts.Sep 21, 202324Sep 21, 202324
InBits and PiecesbyChidume Nnamdi 🔥💻🎵🎮Everything about Currying in JavaScriptA short yet detailed guide to Currying in JavaScript.Oct 15, 201848Oct 15, 201848
InJavaScript in Plain EnglishbyAli MustafaWhy You Should Not Use Arguments in JavaScripta function allows you to define a block of code, give it a name and then execute it as many times as you want and Without functions the…Jul 1, 2022Jul 1, 2022
InThe StartupbyAbidul RamadanJetBrains DataGrip Explain PlanI worked on a small task lately that requires me to improve the performance of page loading or the query loading of that page. I jumped…Jul 10, 2019Jul 10, 2019
InBetter ProgrammingbyNick Hodges5 Reasons Why You Should Be Coding With InterfacesExpectations, testability, and moreFeb 25, 20203Feb 25, 20203
Gaurav PandviaUnderstanding Javascript Function Executions — Call Stack, Event Loop , Tasks & moreWeb developers or Front end engineers, as that’s what we like to be called, nowadays do everything right from acting as a source of…May 28, 201746May 28, 201746
InGeek CulturebyVasanth BhatSolve Recent Facebook FrontEnd developer Interview questionAfter I’m researching a lot on web, I came to a conclusion that, there is no tutorial/video series that is dedicated for MAANG(Meta, Apple…Jun 19, 20226Jun 19, 20226
_Aid();How to NPM Link to a local version of your dependencyI want to create a local version of moment for my calendar webapp.Jan 30, 20193Jan 30, 20193
InBackticks & TildesbyUgonna ThelmaCreating a Tabs component with Next.jsLearn how to create a Tab Component with Next.jsMar 20, 20191Mar 20, 20191
InBetter ProgrammingbyShuai LiA React Hooks Challenge for Senior React DevelopersCan you solve this problem?May 19, 202212May 19, 202212
Oussama GOUNAYAMake more than $500 per day as React DeveloperAll you need to know to be a React developer (My story and my experience as a Software engineer)May 19, 20227May 19, 20227
InCodeXbyWilliam WenMy Google Front End Interview QuestionsTraditionally, Google likes to hire for generalists. Everybody gets the same set of interviews for coding, algorithms, system design, and…May 10, 20226May 10, 20226
Bret DoucetteUnderstanding this.setState({ [name]: value})What is going on here?Feb 22, 201818Feb 22, 201818
InJavaScript ScenebyEric ElliottMaster the JavaScript Interview: What is a Promise?“Master the JavaScript Interview” is a series of posts designed to prepare candidates for common questions they are likely to encounter…Jan 23, 201735Jan 23, 201735
Tigran BayburtsyanConcurrency vs Event Loop vs Event Loop + ConcurrencyFirst of all lets explain terminology. Concurrency — Means that you have multiple task queues on multiple processor cores/threads. But it’s…Mar 4, 20172Mar 4, 20172
Cristian RamirezHow to build a NodeJS cinema microservice and deploy it with dockerIn this series, we’ll build a NodeJS microservice and deploy it using a Docker Swarm Cluster.Jan 23, 201760Jan 23, 201760