Browsing Category
Software
12364 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
Ethereum’s Oracles: Unleashing Trustless Wisdom from Beyond the Blockchain
In this chapter, we’ll explore oracles in Ethereum. Oracles are systems that link Ethereum smart contracts with external…
Enhance your ChatGPT experience with this user script
As a ChatGPT user, do you often ask a lot of questions in a conversation? However, it is…
New storage utility methods added to the toolkit-use npm package
link https://kennana.github.io/toolkit-use/ Determine if Storage is supported import { ToolkitUseStorage } from 'toolkit-use' ToolkitUseStorage.isSupportStorage() Set Storage import {…
Managing Rolling Updates in AWS AutoScaling Groups with AWS CloudFormation Update Policy: Part 1
Synopsis: A stack update, sometimes, initiates the desired change; other times, it doesn’t. Wouldn’t it be nice to…
Api Docs v2.0-beta prototype for NestJS 😻 🚀
Hi 👋🏻, writing this post here a bit late due to some commitments in the last few days,…
#DEVDiscuss: Contributing to OSS
image created by Margaux Peltat for the Chilled Cow YouTube channel Time for #DEVDiscuss — right here on…
Différentes façons de déployer une application front faites en JS
Nous avons tous déjà vécu l’expérience de travailler sur un side Project, de coder l’ensemble de l’application, puis…
Best AI Test Automation Tools in 2023
In today’s digital age, Artificial Intelligence (AI) is reshaping industries, transforming our daily lives, and challenging the boundaries…
Linux’ta TCPDump ve Wireshark Kullanarak Ağ Trafik Analizi
Linux’ta TCPDump ve Wireshark kullanarak ağ trafiğini analiz etmek, veri iletimini izlemenin ve ağ hatalarını veya güvenlik ihlallerini…
The toolkit-use npm package has added commonly used DOM methods.
dom utils Get Hexadecimal Color import { getColor } from 'toolkit-use/dist/dom/index.esm' const color = getColor() Event Utilities import…