Top 5 Lessons Learned Building React Applications
I recently gave a talk on “Lessons I Learned building React Applications”, at a conference. I thought this is a…
Monkey business for the geek in you!
I recently gave a talk on “Lessons I Learned building React Applications”, at a conference. I thought this is a…
Do you want to learn more about Computer Science fundamentals? Do you want to gain deeper knowledge to help you…
Are you getting ready for an interview, or do you have a test next week? Lucky for you, I will…
Hey there React folks! Hope everyone is doing well, and staying healthy amidst the COVID-19 Lockdowns. React has evolved quite…
April 6th, 2020 Comments Checking data types in JavaScript Photo by Jenna Hamra from Pexels Dealing with data types is…
January 6th, 2020 Comments JavaScript: Understanding Generators In 2015, a rich set of new features was introduced to the JavaScript…
Are you considering mobile development as a career path in 2020? Mobile Apps are everywhere and every product has a…
Most JavaScript developers don’t understand Currying & Partial Application. But written much JavaScript chances are good you’ve reaped the benefits…
JavaScript Gotchas Today JavaScript is the most popular language among developers. Modern frontend development has benefited a lot from JavaScript…
August 14th, 2019 Comments == vs === vs Object.is() Have you ever been stuck with a problem in your application…
You may have come across the term SOLID principles in your programming career. SOLID principles are a set of five…
React List and Keys Lists are an important aspect within your app. Every application is bound to make use of…