Ultimate 2021 Guide to Deploying NodeJS (And DenoJS) Apps to Heroku
A guide covering two methods for deploying Node.js and Deno.js applications to the Heroku platform, including setup and configuration steps.
A guide covering two methods for deploying Node.js and Deno.js applications to the Heroku platform, including setup and configuration steps.
A guide to fixing the common React error 'Cannot read property of undefined', covering how to read stack traces and properly initialize state.
A retrospective on the TidyTuesday data visualization project's three-year anniversary, highlighting community growth and the importance of accessibility in data viz.
Explains the concept of tuples in programming, their use in JavaScript, and how they differ from arrays, with examples including React hooks.
A technical article proposing a tidy data approach to matrix multiplication using R, comparing it to tensor operations and highlighting efficiency gains.
A guide to the three most critical DynamoDB limits: item size, query/scan page size, and partition throughput, and how they impact data modeling.
A technical guide on using Grafana and Kibana for monitoring Azure Arc-enabled SQL Managed Instances, part of a larger series on Azure Arc Data Services.
An interview with iOS developer Felizia Bernutz about her journey into programming, learning Swift, and early challenges with iOS development.
A critical look at the privacy risks of modern online rental application systems and the proliferation of personal data across third-party platforms.
A developer shares eight key lessons learned from spending four years creating a comprehensive JavaScript course, focusing on business and creation strategies.
A developer details the technical implementation of a multi-theme UI system for a website, covering CSS variables, localStorage, and dark mode images.
A tutorial for front-end developers on how to create a whimsical, interactive 3D button using only HTML and CSS.
A guide to using Jotai, a minimalist state management library for React, covering atoms and derived state.
A software engineer shares a framework for evaluating job opportunities, based on personal career experiences and lessons learned.
A CSS tutorial on implementing dark mode quickly by inverting lightness variables, with a fallback approach for existing color schemes.
Explains how to conditionally call React hooks by using a renderless component pattern, a useful technique for React developers.
A guide to deploying a Kubernetes lab for security research, covering local setups, vulnerable clusters, and production-ready multi-node deployments.
An interview with iOS developer Josh Holtz about his journey into programming, learning Objective-C, and his first mobile apps.
Explores the interconnected principles of trust, ethics, transparency, and accountability in the development and deployment of Artificial Intelligence systems.
A guide on the impact of breaking changes in software libraries, with advice on when to use them and how to manage them for users.