Studying programming: tools or theory?
A discussion on the importance of balancing practical tool learning with theoretical computer science concepts for web developers.
A discussion on the importance of balancing practical tool learning with theoretical computer science concepts for web developers.
A guide to implementing a native sharing button using the Web Share API with progressive enhancement for cross-browser compatibility.
Extending a custom SQL database in Go to implement the database/sql driver interface, enabling standard interaction.
Explains the risks of committing focused tests and provides multiple technical solutions to prevent it, including VS Code extensions, linter rules, and pre-commit hooks.
A mentor's account of the virtual Chicago R Collaborative 2020, focusing on teaching Git/GitHub and contributing to open-source R projects.
A guide to configuring host DNS and routing to resolve Kubernetes services from the host machine when using the kind local development tool.
Explores how the Animal Crossing website implements a reduced motion mode, respecting user preferences and OS settings for accessibility.
Explores how prohibiting comparisons on Go struct types can reduce binary size by eliminating equality functions and padding.
Learn how to use Django Debug Toolbar to identify and fix slow database queries in your Django application views.
Summarizes key writing advice from David Perell and Sahil Lavingia, emphasizing its importance for data scientists and tech professionals.
A technical guide to fixing a known issue where GHC 8.8.3 cannot find packages installed by Cabal 3.0.0.0, with a manual workaround.
Announcement for an online Azure Skåne User Group event featuring AI/ML sessions on predicting earthquake damage and building chatbots.
A script to automate inviting external users to an Azure Machine Learning Workspace using RBAC for collaborative workshops.
Advice for beginner programmers on choosing what to learn next, emphasizing following personal interest to maintain motivation and build foundational skills.
A technical report on creating a reproducible research project to analyze Clojure dependency versions using the GitHub API and Skyscraper.
An analysis of interesting and unusual CSS techniques used in the Twitter website's design, including aspect ratios and negative margins.
A step-by-step tutorial on deploying a custom PyTorch machine learning model to production using AWS Lambda and the Serverless Framework.
A tutorial on adding user comments to a Gatsby site using Netlify serverless functions and GitHub's API to store comments in a JSON file.
An in-depth look at how type system compilers like TypeScript work, focusing on type checks and building a custom compiler.
Explains that containers don't require a full OS inside, clarifying the roles of the kernel, OS, and distributions in containerization.