Docker on AWS: from containerization to orchestration
A technical tutorial on scaling Docker microservices from a single EC2 instance to full orchestration using AWS ECS.
A technical tutorial on scaling Docker microservices from a single EC2 instance to full orchestration using AWS ECS.
A guide on setting up and running Kotlin-based Azure Functions, exploring JVM support and using IntelliJ IDEA with Maven.
A web developer's call to action: share only accessible, semantic code examples and be responsible when publishing technical articles.
Explores methods to optimize the gradient descent algorithm in JavaScript, focusing on selecting the right learning rate for convergence.
Explores the new 'var' keyword for local-variable type inference in Java 10, covering its usage, limitations, and impact on code readability.
Tips for writing responsive UI code in WPF by offloading CPU-bound work to background threads and avoiding common async/await pitfalls.
A recap of PyData Warsaw 2017, covering key talks, new package announcements, and analytics on the conference's international attendees.
Discusses the challenges of achieving 120fps on the web, analyzing performance bottlenecks and best practices for smooth animations.
A guide on how to learn JavaScript effectively by assessing your level, defining a clear goal, and creating a structured learning path.
A guide to building accessible web applications using React, covering best practices, common pitfalls, and essential tools for developers.
A tutorial on using the new Microsoft Teams PowerShell module to automate the creation of channels within a team.
A conference talk summary exploring Microsoft's open-source journey, community contributions to .NET Core, and how developers can get involved.
Guide to setting up a Docker Swarm in Azure via Docker Cloud and deploying a .NET Core app.
Explains Hungarian notation, a naming convention using prefixes to improve code readability and maintainability in JavaScript and CSS.
Announcement of the Spanish translation of 'SQL Performance Explained' with updates for latest database releases and a refreshed SQL indexing quiz.
Explains software portability, emphasizing the importance of standards like POSIX for running code across many systems and fostering innovation.
A guide on implementing read-only file systems in Docker containers for enhanced security, covering CLI and Docker Compose methods.
Guide to configuring T4 text templates to automatically transform during build in both classic and .NET Core SDK-style projects.
Explores applying Evolution Strategies (ES) to reinforcement learning problems for finding stable and robust neural network policies.
Angular performance guide using pure pipes, memoization, and functional programming to reduce redundant computations in applications.