Browsing Category
Software
12386 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
osdc-2023-assignment8
Running local tests assignment 8 I cloned requests git, build a docker and run the tests, follwing this…
Why Hackathons and Swag are Essential for ICT Undergraduates
Introduction Information and Communication Technology (ICT) is an ever-evolving field, with new technologies and trends emerging all the…
A Beginner’s Guide to Cryptocurrency Wallets
Cryptocurrency wallets: the best way to store digital assets! Cryptocurrency is a form of digital currency that is…
Getting Started with Ansible: An Introduction to Automation, Configuration Management, and Orchestration
🔐 Introduction to Ansible 🔗Related content You can find repo related in: 🐱🏍GitHub You can connect with me…
Writing a Multithreaded Image Dithering Program with Rust 🦀🖼️
Check out the project here: https://github.com/NabeelAhmed1721/ordered-dithering/ I have been interested in the Rust programming language for the past…
Paracetamol.js💊| #208: Explica este código JavaScript
Explica este código JavaScript Dificultad: Intermedio const one = () => { return new Promise((resolve, reject) => {…
PHP Search Box with MYSQL and AJAX JQuery
In this tutorial, we’ll be creating a PHP search box that uses MYSQL and AJAX JQuery to dynamically…
Automated Fuzz Testing: The Power of Code Intelligence App
Software applications are becoming increasingly complex, and with complexity comes an increased risk of security vulnerabilities and defects.…
Scope, Hoisting and Closures in Javascript
Scope Scope in JavaScript refers to the accessibility of variables, functions, and objects in a particular part of…
Amazon VPC Lattice — Build Applications, Not Networks
Last year’s re:Invent brought a lot of amazing updates to the big family of AWS services. In this…