Browsing Category
Software
11725 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
[Python] How to get full url from shortened url
Sometimes when you scrape a website, you may have encountered the fact that the website returns shortened URLs…
doIf (if/then/else): JavaScript Functional Programming
Functional programming can simplify code and make it easier to spot defects. Today we’re exploring converting imperative if…
How to add text similarity to your applications easily using MediaPipe and Python
How to add text similarity to your applications easily using MediaPipe and Python Machine learning is everywhere when using…
How to Make OpenAI API to Return JSON
During OpenAI’s dev day, one of the major announcements was the ability to receive a JSON from the…
generate-sitemap 1.10.0 Released
TL;DR I just released generate-sitemap 1.10.0, a GitHub Action for generating XML sitemaps for static websites. The generate-sitemap…
The Power of Traces: Learn by Contributing to OpenTelemetry
Today you’ll learn how to contribute to the OpenTelemetry Demo repo safely, by learning to write OpenTelemetry code…
Python Asyncio: A Guide to Asynchronous Programming and Concurrency
Table of Contents What is Concurrency? Writing Concurrent Code in Python Libraries for Asynchronous Programming Getting Started with…
UI Components in React Native
Some of the UI components in React Native are: ScrollView: It is used to make the screen scrollable…
Entendendo @decorators no Python em 6 passos
Decorators: um resumo Quando falamos de decorators no Python, nos referimos à seguinte sintaxe: @meu_decorator def minha_funcao(param): ...…
[MLDP Newsletter] Oct 2023 — Machine Learning Communities: highlights and achievements
[MLDP Newsletter] Oct 2023 — Machine Learning Communities: highlights and achievements Let’s explore highlights and accomplishments of the vast Google…