Angular in Production
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
How to configure git diff to correctly display C# method signatures, including async and partial methods, in hunk headers.
A developer explains their Twitter bot that monitors and visualizes Auckland bus delays using GTFS data and R packages.
An introduction to two essential Python packaging tools: tox for testing and twine for secure PyPI uploads.
A tutorial on creating a simple Web API using .NET Core and the NancyFX framework, highlighting its simplicity and features.
A guide to building a 32-bit FreeBSD version of the Telegraf monitoring agent using Go and Docker.
A tech industry reflection on sexism and bias, challenging the notion that it's not a problem in one's own company or country.
A guide to grouping and categorizing Spock tests using JUnit's @Category annotation with Gradle to manage test execution.
First part of a series on setting up a CI/CD pipeline for Infrastructure as Code (IaC) deployments targeting both Azure and Azure Stack.
Explains Python 3's string and bytes handling, debunking myths about it being worse than Python 2.
A technical analysis comparing pause times in .NET's Workstation and Server Garbage Collection modes using a standardized benchmark.
A technical guide on using Spark Streaming with Python and Kafka to filter and enrich real-time Twitter data for copyright infringement detection.
A technical guide to implementing 'Show More' and 'Read More' text truncation patterns on the web using JavaScript and CSS.
A technical guide to building a streaming data pipeline using Apache Spark Streaming, Python, and Apache Kafka for real-time processing.
A developer discusses the trade-offs between writing simple, clear code and optimizing for performance, using a real-world example of inefficient vector growth in R.
Explains the meaning of the four-digit model numbers for Dell Latitude laptops, detailing series, screen size, generation, and device type.
Explores the evolution of JavaScript test runners, comparing Mocha, Tape, and Ava, and highlighting modern features like speed and parallel execution.
A technical tutorial on adding menu functionality to a CHIP-8 emulator written in Common Lisp, using Qtools for the GUI.
Explores three new CSS features for 2017: Feature Queries, Grid Layout, and Flexible Lengths, with practical code examples.
A guide on how to sideload extra model resources in a single API request using Django REST Framework and the DRF JSON API extension.