How to run Jupyter Lab at startup on macOS
A guide to setting up Jupyter Lab to launch automatically on macOS startup using a LaunchAgent .plist file.
A guide to setting up Jupyter Lab to launch automatically on macOS startup using a LaunchAgent .plist file.
A guide explaining the purpose of .gitignore, the difference between project-specific and global ignore files, and best practices for keeping repositories clean.
A personal reflection on the author's life journey through the 2010s, covering career, family, and personal growth.
Authors of scikit-learn receive a major scientific prize, highlighting a cultural shift towards recognizing open-source software as valuable academic contribution.
A web-based music player that generates melodies by mapping binary counting to musical notes, built with vanilla JavaScript and Tone.JS.
Analysis of R 4.0's new default color palette, testing its accessibility for color vision deficiencies using the colorblindcheck package.
A whimsical, holiday-themed article explaining how to use F# and Pulumi to automate cloud infrastructure provisioning and deployment workflows.
A review of Janelle Shane's AI humor book, discussing neural network limitations and the real-world impact of class imbalance in machine learning.
A session on Azure Logic Apps basics as part of the 2019 Azure Advent Calendar community initiative, featuring 25 days of Azure content.
Explores why developers overcomplicate software and proposes deliberate side-projects as a solution to balance innovation with practical technology choices.
Article argues that code quality directly impacts user experience by enabling faster feature delivery and fewer bugs.
Episode 3 of Red Dog for Dev covers Microsoft's latest Kubernetes news and a demo of building an Azure Logic App for GitHub notifications.
Guide to securely access Azure Key Vault secrets from AKS pods using AAD Pod Identity without explicit credentials.
Troubleshooting a Kafka Connect 'Request timed out' error caused by a misconfigured offsets.topic.replication.factor setting.
A comic strip depicting a daily standup meeting, highlighting common time-wasting behaviors in agile development.
A guide on how to use tcpdump for network troubleshooting within Docker containers by building a custom image and attaching to container networks.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A guide to configuring Hugo server's baseURL to work correctly with AWS Cloud9's preview proxy for local development.
Article details the controversial sale of the .org registry to private equity, alleging corruption by ICANN, ISOC, and PIR, and calls for action.
A tutorial on using HuggingFace's API to access and fine-tune OpenAI's GPT-2 model for text generation.