© 2023 Hashnode
Have you ever dreamt of what features your ideal programming language would have? Have you ever tried to make a list of the best features (or non-features) of existing languages that are particularly …
Previously on... In my previous blog post, I wrote about deserialization attacks and how to prevent them. I ended the post with a section called Hunger. There I stated I still doubted the link between…
Introduction It's bullshit! 😉 You don't need Leetcode to succeed in tech. You need the skills and experience to help companies build real shit. And, of course, as I always say, get your name out the…
Two years ago, I was working on a delivery app. Our client wanted to create a system that could manage users ordering products, and service providers would register on the app to sell their products. …
In this blog we are going to learn about Prototypal Inheritance but before understanding that we need to understand what a prototype is and also we will learn about the prototype chain. This is the ve…
Recently I wrote about the request/response model in backend communication, but this model is not suitable for every type of request. Imagine you want to upload a 50GB video to youtube, this process i…
Hello, Devs! WELCOME back to Mr.Blog421, I'm Hemant Kumar, a computer science student, in this article we are goanna to see how to develop an Application with AWT in java. So, here we are goanna to learn it with AWT and I'll explain every m…
There’s a lot of buzz around Generative AI tools for code generation. It’s no secret that the future of developer productivity goes alongside tools such as GitHub Copilot and OpenAI's ChatGPT to enabl…
Dynamically-typed languages are those where the interpreter assigns variables a type at runtime based on the variable's value at the time. In languages like C++ and Java, We need to specify the type of a variable before assigning it to a va…
Are you giving up on Web3 already because it keeps getting confusing? Maybe you shouldn't, because this article will help you understand the complexity and how to find your way through it. Stay with m…
The main purpose of the website from the initial day itself is to provide quality information to the visitors which is accessed through Blogs. Hence blogging is the most common use of websites. So, he…
The old engineering adage: “don’t touch it, it works”. Is terrible. Don’t listen to it. It might be OK at a small scale but as time goes by the bit rot spreads through your code and servers polluting …