7 years as a developer - lessons learned
A developer shares key lessons from 7 years in the industry, focusing on communication, business context, and team dynamics over pure technical skills.
A developer shares key lessons from 7 years in the industry, focusing on communication, business context, and team dynamics over pure technical skills.
A webcast demonstrating an email-based workflow for reviewing patches in git and Mercurial, focusing on the maintainer's perspective.
Summary of the Jakarta EE community's turmoil over the javax package name and trademark issues after Oracle's transfer of Java EE.
A step-by-step tutorial on how to publish your own open source npm package, covering setup, bundling with Babel, and the publishing process.
A developer shares practical advice for aspiring tech conference speakers, from writing proposals to creating effective slides.
A developer walks through the process of building a random page generator for MDN Web Docs, from initial idea to deployment.
Explains methods to embed and run MongoDB shell scripts within larger Bash scripts for automation tasks like replica-set setup and data population.
Explores the trade-offs of dynamic imports in Angular, highlighting tooling challenges and benefits of static analysis for build optimization.
A developer explains the mindset and methodology behind debugging by walking through a real-world fix for the Twitch desktop client.
A review and tips for the OMSCS CS7646 Machine Learning for Trading course, covering the author's experience and key takeaways.
A developer automates podcast episode folder creation in Google Drive using Google Apps Script, detailing the code and challenges.
An overview of PHP's evolution in 2019, highlighting performance gains, new features, and modern development practices.
A guide to creating a basic Maven plugin from scratch, covering dependencies, annotations, and a simple example.
Author shares experience and rationale for taking the Microsoft AZ-900 Azure Fundamentals exam, emphasizing its value for developers and IT professionals.
A look at the current state and future predictions for test automation, including trends like multi-layer testing and self-healing tools.
A technical guide on resolving Flow and SQL connection deployment issues when migrating PowerApps applications across environments (DEV, QA, UAT, PROD).
A workaround technique for exploding arrays in ksqlDB using manual indexing, simulating EXPLODE/UNNEST functionality.
A personal request for help finding a short-term sublet in NYC after a last-minute cancellation.
A tutorial on building a React Native mobile app using AWS Amplify for serverless backend services like authentication and GraphQL APIs.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.