© 2023 Hashnode
#stackoverflow
Recently I learnt about a data structure called Stack. Summarising my learnings here. What is Stack? Stack is a linear data structure that follows the LIFO(last in first out) or FILO(first in last ou…
Stack Overflow, the renowned developer community, is often hailed as an indispensable resource for programming assistance. However, a prevalent issue plagues this platform: an excessive focus on criti…
Introduction The call stack is an essential concept in JavaScript that plays a fundamental role in managing function calls and maintaining the execution order of a program. In this blog post, we will …
As DevRel professionals, we know it's crucial to stay in touch with the community and offer valuable learning resources that cater to their needs. One of the tricky parts of this is figuring out the m…
A stack is a data structure that follows the principle of last-in, first-out (LIFO). This means that the element that is added last to the stack is the first one to be removed. A stack can be implemen…
As developers, we may encounter bugs in our code unexpectedly. These bugs can be caused by factors outside of our control, or they may be a result of our own mistakes, it is important to know how to d…
The newly launched ChatGPT by OpenAI is a hit and taking the world by storm. This conversation model is capable of answering follow-up questions, acknowledging errors, challenging incorrect assumption…
A Look at the Problem Imagine you're driving in a car on a road trip, but you don't have a destination. You also don't have: a map. 🗺️ experience driving a car. 🚗 Seems like you're going to have…
The problem Recently a new requirement was brought up in a project I was working on: format a CPF (Brazilian National ID) , here's how it should be: Input: “12345678909” Output: “123.456.789–09” Wel…
Hey Amazing Devs👋 "The internet is a vast and constantly evolving landscape, but with the right tools and resources, developers can navigate it with ease and power. These websites are your compass a…