Browsing Category
Software
12324 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
CI/CD Part 1: Unit/Integration Testing
This week, in a setup for a CI/CD pipeline, I added unit and integration testing using Pytest to…
How to Check if a Value is an Object in JavaScript
Using typeof operator JavaScript provides the typeof operator to check the value data type. The typeof operator returns…
My process for writing Laravel packages
Introduction On my machine, I have a package folder. From here I make a folder for each package.…
Python Documentation With Docstrings and Sphinx
pylint Prep Docstrings Documentation Generation With sphinx Conclusion In the last installment of the series we looked at…
Building a fully Type-Safe Event-Driven Backend in Go
TL;DR This guide shows you how to build a fully Type-Safe event-driven backend in Go, implementing an Uptime…
How to use multiple checkboxes in Livewire3
Livewire is a powerful framework for building dynamic web applications. One of its features is the ability to…
ChatGPT Code Interpreter Feature: 2023’s Detailed Guide
As a developer, you’ll be thrilled to know that ChatGPT has introduced a powerful new “Code Interpreter” feature…
Building LangChain applications with Amazon Bedrock and Go – An introduction
How to extend the LangChain Go package to include support for Amazon Bedrock One of our earlier blog…
How Much Does a Senior Project Manager Make: Unraveling the Average Salary of Project Managers
Introduction Welcome to the comprehensive guide on the average salary of project managers. If you’re contemplating a career…
Getting started with sqlite3 in Python
Intro SQLite is a user friendly, file-based SQL database. It comes bundled with Python and can be used…