All Topics
Learn about useEffect hook
The useEffect hook is infamous for being the most confusing hook in React.
Refresh your knowledge in this visual thread π§΅
![imag...
22 May 2022
Learn about useMemo hook
The useMemo hook allows us to avoid running slow code on every render
Refresh your knowledge with this visual thread π§΅
![image](...
26 May 2022
Everything you need to know about monetizing your open source project
I made over $65000 from an open-source project in 9 months.
Everything you need to know about monetizing your open source project using dual licensing. π ![image](https://pbs.twimg.com/med...
14 May 2022
Data Seeding Tools
Ever had to make POST requests to API or perform steps manually on an app to add records to your DB for regression tests?
π± Consider Data Seeding where you plant seeds of initial data in ...
04 Feb 2022
10 skills that a backend developer needs to get good
I've been doing backend development for 6 years now.
Here are the top 10 skills that a backend developer needs to get good at as quickly as possible: π ![image](https://pbs.twimg.com/medi...
25 Apr 2022
How to learn things better in programming
New to programming? Having a hard time learning concepts?
Learn how to learn things properly
{ A thread π§΅π }
To truly learn a new technology, you have to build a deep relationship wit...
17 Feb 2022
How to get noticed by tech recruiters
I attended a webinar by @CodementorIO yesterday about tech #hiring where the speaker Jeff Lam shared these insightful gems on creating resume...
19 Jan 2022
7 tips to deploy your code with confidence
Writing code is great, but how do you deploy your code with confidence?
Here are 7 tips to help you deploy code with confidence
π
Get your code reviewed by your pe...
31 Dec 2021
5 Simple tips to grow as a developer
Simple things you can start doing to grow as a developer.
21 Dec 2021
Why do we need coding standards?
Why do we need coding standards?
Many beginner developers ask me why they should worry about coding standards when their code works as expected.
Here are a few important points. π
28 Feb 2022
Testing pyramid in Software development
We have all been hearing about the importance of writing tests and test-driven development.
β Here's how you can write better tests by implementing the testing pyramid strategy.
π§΅ π
...
21 Jan 2022
10 points to become a better developer
Here are 10 points to become a better developer.
1β£ Itβs not about writing more code, it's about writing the right code 2β£ Make better decisions than doing more work 3β£ Have the necessary ...
21 Feb 2022
DevOps - What is it?
DevOps - What is it?
It's not what most people think it is.
π§΅ π
First let's clear the misconception.
DevOps is not just about handling your app's deployments. The...
20 May 2022
Skeleton code strategy
Have you ever felt stuck while writing code for a complex feature?
Here's a strategy that I have always found to be effective.
π§΅ π
Working on complex requirements can be overwhelming at...
30 Jan 2022
Making your first open source contribution without imposter syndrome
It can be intimidating to make your first open source contribution
Here are some points that will help.
Nobody opens a repository on Github and immediately sends a PR. Th...
06 Feb 2022