Swoole: PHP with superpowers
Explores the Swoole extension for PHP, enabling high-performance, asynchronous, and concurrent programming to rival Node.js and Go.
Explores the Swoole extension for PHP, enabling high-performance, asynchronous, and concurrent programming to rival Node.js and Go.
A guide explaining the JavaScript array.reduce() method, including its syntax, use cases like summing numbers, and practical examples.
A developer outlines her step-by-step process for creating and animating Scalable Vector Graphics (SVGs), from inspiration to final animation.
A technical introduction to SVG animation, covering SVG basics, XML structure, and animating elements with CSS and JavaScript.
A guide to building a Medium-style text highlight and share plugin for the Eleventy static site generator.
An introduction to CSS Container Queries, a new CSS feature that allows components to respond to their container's size instead of the viewport.
Explores whether WebAssembly guarantees performance gains, using AssemblyScript and image blurring as a case study.
A guide to understanding UPC-A barcode structure and creating a barcode generator from scratch using pure Python.
A technical guide on how to correctly type generic React components that use forwardRef in TypeScript for enhanced type safety.
A minimal tutorial for implementing configurable Siri Shortcuts using Intents in Xcode, focusing on basic setup and parameters.
A developer shares insights from a 100-day challenge to tweet about 100 different HTML elements, highlighting learning and resources like MDN.
Explains PHP 8.1 fibers for async programming, their conceptual use, and why they're a low-level tool not meant for direct application code.
Explains why the Developer Certificate of Origin (DCO) is a better, more transparent alternative to Contributor License Agreements (CLAs) for open-source projects.
A curated list of major online tech events and conferences for May 2021, including Microsoft Build, KubeCon, and AWS Summits.
A tutorial on deploying a private Azure Cloud Shell environment within a Virtual Network using Terraform for secure access to internal resources.
A tutorial on using Cypress to test HTML element attributes, values, and text, with examples for different element types.
Troubleshooting NuGet 401 Unauthorized error when restoring packages, with solutions using nuget.config and PAT tokens.
A guide to using Skopeo to automate the transfer of container images between different private registries, including deployment on Kubernetes.
A comprehensive guide to JavaScript functions, covering declarations, expressions, return values, and best practices for effective function design.
Part 3 of a series on Event-Driven Architecture for .NET developers, focusing on integrating Apache Kafka applications with Azure Event Hubs and Schema Registry.