Using Modules in Node.js
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
A technical guide to creating animated underlines for links using modern CSS properties like text-underline-offset and text-decoration-color.
A guide to debugging GitHub Actions secrets by revealing them in logs using a sed command, with a security warning.
Exploring how deep learning and a pre-trained geolocation model can be used to automate and improve performance in the GeoGuessr geographic discovery game.
Explains the key differences between passing by value and by reference in JavaScript, covering primitives and objects.
A guide to using Azure Network Watcher's Connection Monitor tool to track and troubleshoot VM network connections, latency, and availability.
A guide exploring the benefits, challenges, and practical steps for open sourcing commercial video games for preservation and legacy.
Explains how to correctly implement debounced and throttled callbacks in React using useMemo instead of useCallback to satisfy ESLint dependency rules.
A technical guide on migrating a legacy ASP.NET MVC application to Windows Containers, covering prerequisites, tooling, and upgrade steps.
A beginner-friendly guide to Azure Bicep, a DSL for simplifying Infrastructure as Code compared to ARM templates.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
An iOS developer shares his journey from childhood gaming to Java programming and finally to iOS development with Objective-C.
Introducing Merced-Express, a Node.js/Express framework with Rails-like CLI tools for generating models, controllers, and auth in a MongoDB project.
A technical guide on performing common administrative tasks like data management and backups for SQL Managed Instance within Azure Arc enabled Data Services.
A technical guide on how to include and organize non-blogpost content like slides and reports within a Distill blog built with RMarkdown.
A tutorial on using Expo Camera to capture images and upload them to Cloudinary in a React Native application.
A technical guide on using QEMU emulator to run classic Mac OS System 9 on Windows, covering installation, configuration, and troubleshooting.
A guide for data science leaders on how to strategically select the most impactful problems for a team to work on, using frameworks like cost-benefit analysis.
Explores the challenge of defining and reducing toxic content in large language models, discussing categorization and safety methods.
An illustrated guide to Ethernet and IP networking fundamentals, covering LANs, network segments, and physical layer evolution for developers and engineers.