Continuous Deployment For Angular App Using Heroku And GitHub
A tutorial on setting up Continuous Deployment for an Angular application using Heroku and GitHub to automate deployments.
A tutorial on setting up Continuous Deployment for an Angular application using Heroku and GitHub to automate deployments.
A guide to using IPython for debugging Python code, covering techniques like embedding sessions and moving beyond simple print statements.
A technical guide on containerizing the Lucas Chess GUI application using Docker, including sharing the host's X11 socket for GUI display.
A programmer reflects on a decade of experience, sharing highly opinionated insights on object-oriented programming and software design paradigms.
A guide to building automated Azure resource cleanup workflows using Logic Apps and Azure Policy to manage costs.
A framework for making key architectural decisions when implementing micro-frontends, focusing on definition, composition, routing, and communication.
Explains why premature optimization in programming is inefficient, using the Pareto Principle and power laws to argue for data-driven performance improvements.
Monica Powell discusses her journey into tech, including landing her first engineering role, organizing meetups, and contributing to open-source on the Egghead podcast.
Explains the three main stages of React component lifecycle (mounting, updating, unmounting) and details key lifecycle methods for class components.
A discussion on the JavaScript 'let' vs 'const' debate, summarizing arguments for and against the 'prefer-const' rule.
A guide to using Docker Content Trust (DCT) to digitally sign Docker images, ensuring integrity and publisher authenticity.
A guide to using import and export statements in JavaScript ES6 modules for code sharing and organization.
A summary of the Global AI Bootcamp 2019 in Malmö, featuring presentations on practical AI use cases like genealogy, robotics, and construction.
Overview of the Skåne Azure User Group's active participation in Global AI Community events like Bootcamps and AI Nights since 2018.
A technical guide on using ksqlDB and MongoDB to analyze network syslog data from UniFi devices, including Kafka stream processing.
Explores tools and strategies for managing Kubernetes YAML manifests, focusing on reducing duplication and enforcing validation.
Explains the key differences between a library and a framework in software development, using examples like jQuery and VueJS.
Extends ASP.NET Core's environment-based configuration by introducing 'sub-environments' for granular, scenario-specific settings overrides.
A developer shares a mental model of JavaScript fundamentals, explaining core concepts like values, types, and equality in a glossary format.
A guide to diagnosing and troubleshooting client connection issues when using DNS SRV records with MongoDB Atlas.