Top 20 coding patterns
The top 20 coding patterns enhance our “ability to map a new problem to an already known problem.” Here are the 20 coding patterns: 1.… Read More »Top 20 coding patterns
The top 20 coding patterns enhance our “ability to map a new problem to an already known problem.” Here are the 20 coding patterns: 1.… Read More »Top 20 coding patterns
Here are some SQL optimization Tips.
Roadmap to Learn DSA (Data Structure and Algorithms) from scratch in 5 steps. The complete process to learn DSA from scratch can be broken into 5… Read More »Roadmap to Learn DSA (Data Structure and Algorithms)
Learn about API basics in 2 minutes. What is API The API or Application Programming Interface is a set of rules and standards that allow… Read More »API basics
Python Named Tuples are basically like normal tuples but you can access their value with .fildname. Named tuples are also immutable. Named tuples are easy-to-create,… Read More »Python Named Tuples | Infographic
Avoid these coding mistakes and save this for later. I have made many mistakes while learning in the past. It is how I learned to… Read More »Avoid these coding mistakes | Infographic
OOPS Concepts With Real-Time Abstraction, encapsulation, polymorphism, and inheritance are the four main theoretical principles of object-oriented programming. Inheritance: The cats can have the same… Read More »OOPS Concepts With Real Time Examples | Infographic
5 React projects you should try in 2022! 5 React projects Realtime Chat App / Examples:- Slack, Messenger, Discord, Crisp Chat Social Media App /… Read More »5 React projects you should try in 2022 | Infographic
JS frameworks worth considering in 2021. Express. JS. Koa. JS. Socket.io. SAILS.JS NEST. Meteor.
I never understand JavaScript, I’m sure you can all relate. Why is JavaScript the most confusing web programming language? Because of this: 5 + 5 … Read More »I never understand JavaScript | Infographic