Spring RESTBucks in 2021
An update on the Spring RESTBucks sample project, showcasing integration of jMolecules for DDD, Spring Data REST, and Jackson for hypermedia APIs.
An update on the Spring RESTBucks sample project, showcasing integration of jMolecules for DDD, Spring Data REST, and Jackson for hypermedia APIs.
A developer shares insights from a 100-day challenge to tweet about 100 different HTML elements, highlighting learning and resources like MDN.
A tutorial on deploying a private Azure Cloud Shell environment within a Virtual Network using Terraform for secure access to internal resources.
Explains why the Developer Certificate of Origin (DCO) is a better, more transparent alternative to Contributor License Agreements (CLAs) for open-source projects.
A comprehensive guide to JavaScript functions, covering declarations, expressions, return values, and best practices for effective function design.
A guide to using GitHub Actions to automatically sync your Goodreads reading list to your GitHub profile README.
Survey results show developer preference for integrating MicroProfile specifications into Jakarta EE, including namespace alignment.
A reference guide listing official Microsoft support dates and end-of-life timelines for various .NET Framework versions.
Explains the critical role of good documentation in software development, highlighting its benefits for maintenance, onboarding, and knowledge transfer.
SolidJS is a frontend framework combining React's familiar syntax with Svelte's compilation approach for better performance and smaller bundles.
A guide on migrating from DynamoDB Local to AWS-managed DynamoDB for testing, covering the benefits and implementation steps.
GlassFish, the Jakarta EE implementation, now successfully compiles and runs on JDK 16, marking a major milestone for compatibility with modern Java versions.
Explains how to implement high availability for Azure web apps using private endpoints and SQL failover groups across multiple regions.
A guide to using Pipenv for managing Python virtual environments, focusing on deterministic dependency resolution with Pipfile.lock.
A critique of Signal's centralization and a proposal for a federated, protocol-based chat app with end-to-end encryption.
Explores Django 3.2's new support for compressed fixtures in loaddata and dumpdata commands, including benchmark results.
TinyPilot's monthly update covers revenue decline, hiring efforts, affiliate program challenges, and optimizing order fulfillment processes.
Azure Cosmos DB's new Continuous Backup with Point-in-Time Restore feature is now in public preview, offering improved data recovery.
Explores practical aspects of building trust in AI systems, focusing on trust in the development process, results, and the company itself.
Explains the theory behind Linear Regression, a fundamental machine learning model for predicting continuous numerical values.