Given-When-Then, tweak and try again
Explores the misuse of Given-When-Then tools beyond BDD, comparing it to past xUnit issues, and discusses a new enhancement to improve their broader application.
Explores the misuse of Given-When-Then tools beyond BDD, comparing it to past xUnit issues, and discusses a new enhancement to improve their broader application.
An engineer grapples with the downsides of premature seniority, offering advice on when to leave a comfortable role to grow as a true senior.
A guest discusses the Cloud Family Podcast, covering the #HumansofIT movement, career progression, mentoring, and a home lab project for Kubernetes and Azure Arc.
A meetup recap covering an AI-powered parking space prediction project using Azure services and a session on GitHub Actions for CI/CD.
Key takeaways from a GraphQL schema design course, covering mocking, naming conventions, nullable fields, and schema evolution.
Explores the causes of legacy software and offers developer strategies to prevent codebases from becoming hard-to-maintain systems.
A data visualization project analyzing IMDb's top 250 TV shows using R, focusing on rating trends and episode details.
An introduction to the Gemini protocol, a simple, modern alternative to the web for exchanging hypertext documents, and why the author is excited about it.
An interview with Chip Huyen about her journey from a small village to Stanford and a career in ML, her writing, and thoughts on machine learning in production.
A guide for IT professionals on renaming the default branch from 'master' to 'main' in GitHub using Git commands and the GitHub UI.
A guide on embedding custom HTML and CSS within gt tables in R for enhanced table styling and formatting in R Markdown and Shiny.
Learn how to create custom collections in Eleventy to organize and display blog posts more efficiently without repetitive tagging.
Key takeaways from a GraphQL Query Language course, covering queries, mutations, variables, and fragments for API development.
An analysis of GPT-3's capabilities, potential for misuse in generating fake news and spam, and its exclusive licensing by Microsoft.
A tutorial on setting up a React project from scratch using Webpack 5 and Babel, without relying on third-party boilerplates.
A guide on using SVGR to convert SVG icons into React components, covering both manual CLI and automated Webpack methods.
Advanced Webpack 5 tutorial covering production builds, configuration management, source maps, and environment variables.
A tutorial on configuring Webpack 5 to handle and bundle image assets using the url-loader for web applications.
A tutorial on how to configure and use local font files with Webpack 5, covering font selection and loader setup.
A tutorial on integrating ESLint with Webpack 5 and Babel to enforce code style and catch errors in a JavaScript project.