Hacktoberfest 2022: Preptember!
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
Analyzes Mark Zuckerberg's recent comments on raising performance expectations at Meta, linking it to broader challenges of scaling engineering teams in large tech companies.
Guide for developers on implementing subscription management links in iOS/Android apps to comply with Google's updated policy.
A guide to implementing Clean Architecture folder structure in .NET solutions, covering Domain, Application, Infrastructure, and Presentation layers.
A guide to structuring Blazor applications using a feature-based folder organization instead of the default template layout.
A critique of traditional corporate hierarchies in tech, arguing they harm fulfillment and business by pushing people into management over their true passions.
A guide to installing and using a new .NET 7 project template for building feature-rich console applications with Spectre.Console.
A keynote exploring the trade-offs between batch and online recommender systems, with real-world examples from Amazon Books.
A guide to automating Cloud Build triggers for Pulumi infrastructure projects on Google Cloud Platform using Python.
Explains the unique behavior of file change notifications (inotify) on Kubernetes Secret and ConfigMap volumes and how to handle atomic updates.
A technical guide on deploying a static web app to Google Cloud Storage using an HTTPS Load Balancer for secure external access.
Developer discusses adding customer features to a SaaS app, including working with Django, Python, and JavaScript FormData.
Explores practical use cases for CSS comparison functions like clamp(), max(), and min(), including fluid sizing, decorative elements, and hero sections.
A technical guide on integrating a custom HTTP client with Go's OAuth2 package and the GitHub SDK for testing and API interactions.
A lightning talk from DjangoCon Europe 2022 on implementing full-text search in the official Django project documentation website.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
A guide to deleting an Azure tenant, troubleshooting the 'Unable to delete tenant' error by removing hidden enterprise applications.
A tutorial on implementing Apple's Smart App Banner for iOS apps on a website, including deep linking setup.
Principles for designing and maintaining clean, modular core APIs in research software libraries, focusing on deep learning and experimental code.
A guide to managing complex forms in Angular using Reactive typed forms, custom components, and validation strategies.