Browsing Category
Software
12435 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Surviving live code interviews for newbies
One of the questions I get a lot is about live coding interviews. Like interviews, there is a…
Form validations in Ruby On Rails Application.
In this article, we will learn how to manage server-side and client-side form validations according to our requirements…
What are Arrays? – Part IV
Array.reduce(): Addition A single value from an array can be calculated using the reduce() function. In other words,…
Node.js ‘__dirname’ vrs ‘process.cwd()’
Recently, I have been using Nodejs for almost all my projects, one of the most well-liked backend technologies…
XRP Ledger Sidechains, Redesigned
Last year, David Schwartz unveiled a vision for federated sidechains: an innovation intended for developers to customize the…
How I made a discord bot to generate artistic images and a poetic text about it
Hey, Welcome! I’ve created “Pyetra, the poet”. It automatically generates an image using the MidJourney model and finally…
The Day-1 Decisions that Make or Break Companies w/ PlanetScale’s CEO Sam Lambert
Your early tech stack decisions won’t ensure long term success, but they can certainly set you up for…
Discussion and Comment of the Week – v17
This weekly roundup highlights what we believe to be the most thoughtful and/or interesting discussion of the week.…
How to protect a route with JWT Token in React using Context API and React Cookies
What will be done? We’ll learn how to protect a route by JWT authentication in react-router-dom v6. The…
Build a Discord Bot with Python
Prerequisites: Python fundamentals Versions: Python 3.10 Read Time: 45 minutes Introduction In this tutorial, we’ll learn how to…