Micro-frontends decisions framework
A framework for making key architectural decisions when implementing micro-frontends, focusing on definition, composition, routing, and communication.
A framework for making key architectural decisions when implementing micro-frontends, focusing on definition, composition, routing, and communication.
An analysis of why the SaaS 'College Conductor' failed after three years, detailing the technical and business lessons learned.
A tutorial on building a GitHub issue stats app using Mavo with HTML and CSS, requiring zero JavaScript.
Author announces the 3rd edition of Python Machine Learning, featuring TensorFlow 2.0 updates and a new chapter on Generative Adversarial Networks.
A tutorial on using Plotnine, a Python data visualization library based on the grammar of graphics, translated from the ggplot2 R tutorial.
Stack Overflow co-founder Joel Spolsky discusses his 'sabbatical', new CEO, and his current role as chairman of three tech companies.
A guide to implementing accessible hamburger menus for web navigation, covering common pitfalls and best practices for icons and toggle buttons.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A personal reflection on organizing the first Webclerks Conference in Vienna, covering the challenges, successes, and key lessons learned.
Announcement for a full-day workshop on SQL Server Columnstore Indexes at SQLSaturday Vienna 2020, covering practical techniques across multiple versions.
Argues that raw data is overvalued without proper context and conversion into meaningful information and knowledge.
A talk on using Python to efficiently process and analyze large datasets from mass spectrometry, presented at a Python Frederick event.
Explains how ASP.NET Core integrates with React, Angular, and VueJS for SPA development, covering project structure, hot reload, and build processes.
A guide on using configuration profiles in Quarkus to manage environment-specific settings like dev, test, and prod within a single application.properties file.
Analyzes the current state and future of SQL Server's In-Memory OLTP technology, highlighting new features in SQL Server 2019 and persistent limitations.
An overview of the Godot game engine, comparing it to other options and showcasing its features for 2D/3D game development.
A speaker's review of PyGotham 2019, covering talk quality, event organization, and highlights like a talk on web archiving tools.
Developer open-sources his old Windows Phone 7.x and 8.x apps on GitHub under the MIT license.
Explores SQL Server's Memory-Optimized TempDB Metadata feature, which reduces contention by moving system tables into memory, with a performance test demonstration.
A guide to writing and automating UI/integration tests for Flutter apps using Flutter Driver and running them with Codemagic CI/CD.