How to Docker with Node.js
A step-by-step tutorial on how to Dockerize a Node.js application, from creating a Dockerfile to building the image.
A step-by-step tutorial on how to Dockerize a Node.js application, from creating a Dockerfile to building the image.
A step-by-step guide to installing Docker on MacOS using Homebrew, including setting up the Docker engine and environment.
An analysis of why the SaaS 'College Conductor' failed after three years, detailing the technical and business lessons learned.
A talk on using Python to efficiently process and analyze large datasets from mass spectrometry, presented at a Python Frederick event.
An overview of the Godot game engine, comparing it to other options and showcasing its features for 2D/3D game development.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
A developer explains how to create a simple mock service with delayed webhooks using the Starlette framework in Python.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A guide to setting up affordable consumer equipment for recording and streaming meetups and conferences, covering basics like laptops and cables.
A guide exploring 5 popular ways to style React components with TypeScript, focusing on type safety and integration.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
A beginner tutorial on building reusable Web Components (Custom Elements) with HTML, CSS, and JavaScript, featuring a dropdown example.
A guide to supercharging search and global replace functionality in Vim using plugins and built-in tools for maximum speed.
A developer shares his personal weight loss strategy, focusing on fasting as a 'bronze bullet' solution for those with no time to exercise.
A tutorial showing two ways to scroll to specific items in a React list component using the native scrollIntoView API.
A father shares his experience teaching his 6-year-old son to code using Pygame Zero, explaining why he chose a real programming language over Scratch.
Learn how to bundle a Python app and its dependencies into a single executable using Shiv, a tool from LinkedIn.