The Weird Rules I Set Myself That Got Me a Job
A developer shares unconventional personal rules and habits that helped them prepare for and land a software engineering job.
A developer shares unconventional personal rules and habits that helped them prepare for and land a software engineering job.
Explains React Hooks fundamentals, focusing on useState and array destructuring for state management in function components.
Improving Python project dependency management with pip-tools and converting a Django app into a distributable Python package.
A technical walkthrough of completing the account deactivation workflow in a Django SaaS app, including Stripe cancellation.
A technical article about using the Gevent library to solve performance issues in a Python web service caused by blocking external API calls.
A tutorial on connecting Arduino to Raspberry Pi via serial communication to send sensor data over WiFi, using a greenhouse project example.
A technical tutorial on using CASE statements in ksqlDB to pivot and aggregate event stream data, similar to SQL PIVOT operations.
A tutorial on creating line graphs in R using the ggplot2 package's geom_line function, with examples using the built-in Orange dataset.
A guide explaining when to use the useState vs useReducer hooks for state management in React applications.
A guide to running ASP.NET Core integration tests with SQL Server in Docker containers within Azure Pipelines, solving container readiness issues.
Explains three methods for component communication in Blazor: EventCallbacks, Cascading Values, and State Containers.
Author announces a free online book explaining the fundamentals and utility of cryptocurrencies, moving beyond speculation.
A developer shares their journey of relearning Rust by building a QR code generator, discussing learning approaches and showcasing the resulting library.
A guide to using async/await in JavaScript, covering syntax, promises, error handling, and common pitfalls for developers.
A product manager shares practical tips for using email more effectively to communicate, collaborate, and get better engagement in a tech work environment.
A tutorial on setting up a headless interface for a Raspberry Pi 3 using a CP2102 USB to UART converter.
Explains how to expose multiple services through a single Azure Application Gateway Ingress in AKS using path-based routing and annotations.
A technical guide on creating a Persistent Volume in Azure Kubernetes Service (AKS) using an existing Azure Storage Account, including YAML templates.
A tutorial on how to render and manage lists of items, from simple primitives to complex objects, in React components.
A guide to testing iOS view controller navigation using a NavigationDelegate pattern to simplify unit tests and avoid complex UI setups.