Playwright: Web Scraping & Testing
Master browser automation for testing & scraping
Playwright is a powerful, modern browser automation framework that revolutionizes web scraping and end-to-end testing.
Master browser automation for testing & scraping
Playwright is a powerful, modern browser automation framework that revolutionizes web scraping and end-to-end testing.
Compare headless CMS - features, performance & use cases
Choosing the right headless CMS can make or break your content management strategy. Let’s compare three open-source solutions that influence how devs build content - driven applications.
Event-driven architecture with AWS Kinesis for scale
AWS Kinesis has become a cornerstone for building modern event-driven microservices architectures, enabling real-time data processing at scale with minimal operational overhead.
Optimize frontend APIs with GraphQL BFF and Apollo Server
The Backend for Frontend (BFF) pattern combined with GraphQL and Apollo Server creates a powerful architecture for modern web applications.
Create consistent, portable, and reproducible development environments using Dev Containers
Developers often face the “works on my machine” dilemma due to dependency mismatches, tool versions, or OS differences. Dev Containers in Visual Studio Code (VS Code) solve this elegantly — by letting you develop inside a containerized environment configured specifically for your project.
How to develop Amazon Alexa Skill - instructions.
In this article, we’ll take a deep dive into Alexa skill development, testing, and publishing. We’ll also cover design principles, technical considerations, and best practices to ensure your skill provides an engaging and natural user experience.
Installing, running, types, classes, all the basics
Here is my concise TypeScript cheatsheet covering key concepts, syntax, and code examples commonly referenced by developers:
Based on VS Code extentions install count
I aggregated some VS Code extentions installation statistics by different programming languages. And the most popular is Python. Then C++.
Visual Studio Code Cheatsheet is here
Including staging and production environments
When you created Flutter project with AWS Amplify backend, the next step is to deploy it. Here is how to Deploy Flutter project to AWS Amplify hosting
AWS Amplify with flutter support
A quickstart - how to Create Flutter fullstack project on AWS Amplify platform.
Which language to use for AWS lambda?
We can write lambda function for deployment to AWS in several languages. Let’s compare the performance of (almost empty) functions written in JavaScript, Python and Golang…
Setting up dev environment
Step-by step instructions on howto install nodejs with supporting tools.