TypeScript with Node.js
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
The author announces their personal YouTube channel is now officially 'PHP Annotated' and part of their role as a JetBrains developer advocate.
Learn to optimize Stable Diffusion for faster GPU inference using DeepSpeed-Inference and Hugging Face Diffusers.
Lea Verou's re-election statement for the W3C Technical Architecture Group, focusing on web standards and developer needs.
A personal recap of the Dutch Clojure Days 2022 conference, covering talks on Humble UI, clojure.math, and the overall community experience.
A technical article clarifying React's rendering behavior, specifically how parent component re-renders do not automatically cause children to re-render, using JSX and React.createElement examples.
A developer reflects on unfinished tech projects, including profiling JavaScript apps and analyzing fast HTTP router strategies.
Author announces 'The TypeScript Cookbook', a new O'Reilly book for 2023 providing practical solutions for everyday TypeScript problems.
Explores the pitfalls of mutable value types in C#/.NET, explaining why they are often avoided and the performance reasons for their limited use.
A developer shares personal strategies for improving focus and efficiency while coding, including managing digital and physical distractions.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
A frontend developer shares their detailed thought process and decision-making while building a responsive hero section with modern CSS.
A tutorial on visualizing custom statistical models, including linear and non-linear fits, using ggplot2 in R for data science workflows.
A guide to using your own domain for Mastodon account discovery without self-hosting a full server, focusing on WebFinger and ActivityPub.
Analysis of Auckland bus cancellations using R and GTFS data to visualize which trips are being removed from the timetable.
Explains how to use the SQL LATERAL keyword to create local column variables and simplify complex queries, improving readability.
Explains the 'shift left' approach to integrating security early in the DevOps software development lifecycle for better outcomes.
A talk on implementing flexible, permission-based authorization in ASP.NET Core to overcome limitations of traditional role/claim-based systems.
Final part of a DevSecOps series on using Microsoft Sentinel for security monitoring, threat detection, and incident response in Azure environments.
Explores the history of copy-paste keyboard shortcuts, the Ctrl+C conflict in terminals, and proposes using Super+C as a universal solution.