Browsing Category
Software
11693 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
Scheduled Test Workflow Documentation
Overview This documentation provides a detailed explanation of the setup for a cron job scheduled test in a…
A Guide to Customized Compliance Policies for Emerging Web3 Threats
The Web3 ecosystem is rapidly evolving, making the development of robust and customized compliance policies more essential than…
Sign Language Detector with Open CV and Python: Hand Gesture Recognition
Hand Gesture Recognition using OpenCV and Python I have created a YouTube video demonstrating my hand gesture recognition…
ASCII Art Code in Rust
Hi, everyone! I’m Abhishek, a 13-year-old tech enthusiast who loves exploring all things creative and coding. Today, I’m…
String methods
Substring – returns substring into substring. Example Code var longString = "This is very long string"; Console.WriteLine(longString.Substring(5)); Result…
Deep Learning Models for Accurate Stock Market Trend Forecasting: A Comprehensive Evaluation
This is a Plain English Papers summary of a research paper called Deep Learning Models for Accurate Stock…
Linux du Command | Disk Usage Estimation
Introduction In this lab, we will explore the du (disk usage) command in Linux, a powerful tool for…
16 Brand New APIs Every Developer Should Use
If you looking to add some serious oomph to your next programming project, I’ve compiled a list of…
[pt-BR] Padrões de código em diferentes empresas – o que devo usar?
No mundo da programação, é muito comum que existam convenções e regras de estilização específicas para que a…
EventListener UI in JavaScript
Below are three main User Interface (UI) options that create webapps using JavaScript. The code below shows how…