Browsing Category
Software
11706 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
Finding and fixing exposed hardcoded secrets in your GitHub project with Snyk
Snyk is an excellent tool for spotting project vulnerabilities, including hardcoded secrets. In this blog, we’ll show how…
CSS – Cascading Style Sheets.
👋 Introduction Welcome to the wacky, wonderful world of CSS – Cascading Style Sheets! Can you imagine a…
** ¡Desvela los secretos de los métodos HTTP Request con la ayuda de Malcolm el del Medio! **🧑
¡Hola Chiquis! 👋🏻 ¿Te apasiona el mundo de la programación web y deseas convertirte en un maestro de…
Principios de Diseño y su Impacto en los Objetivos de Desarrollo Sostenible (ODS)
En el contexto global actual, los desafíos ambientales y sociales han adquirido una urgencia sin precedentes. La creciente…
Manipulating Elements
Changing Content innerHTML: Gets or sets the HTML content inside an element. element.innerHTML = 'New Content'; textContent: Gets…
WASM + Flutter Web — Things you need to know!
WASM + Flutter Web —Let’s understand it! It’s time to improve your knowledge and use WASM with your…
Building a generative AI-based GeoGuesser
Learn how to use generative AI to create a GeoGuesser game app Photo by Juliana Kozoski on Unsplash For those…
For Engineers in a Hurry: A Guide for Implementing Security
Introduction I’m sure that, when trying to be a solopreneur or create your own side projects, time constraints…
5 Cheap Ways to Host Redis
Hetzner, Sliplane, Render, Hashmaps (?!?!), Upstash – Picking a hosting provider for your Redis database can be challenging,…
Data Calculation Problems Based on Object-Event Schema
Data computation based on the object-event schema can be said to be the most common data analysis task…