Posts by Year

2023

Back to Top ↑

2022

How to bypass reCAPTCHAs with puppeteer

less than 1 minute read

In this video I’ll show you how to solve reCAPTCHAs with Headless Chrome using puppeteer and 2captcha web service. The actual solution is provided by the pup...

Build a GraphQL Server with Deno

less than 1 minute read

Build a GraphQL Server with Deno and MongoDB Atlas tutorial. Learn how to setup a GraphQL Server from scratch using Deno, gql and graphql_tools. I also show ...

Back to Top ↑

2021

A Technology Radar Volume 24 summary

1 minute read

If you haven’t read the latest Technology Radar Volume 24 yet, then let me share with you my personal summary of it:

Let’s Deploy a Deno App to Heroku 🦕

2 minute read

We have already developed a REST API using Deno on Linux, protected it with the JWT authentication, and connected it to the MongoDb Atlas. To complete this s...

Let’s develop a Discord bot using Deno 🦕

less than 1 minute read

Hello everybody. Today we will continue to use the Deno framework and develop a Discord bot. We’ll also add some unit tests and see how to run them.

Back to Top ↑

2020

Redirect to Another Web Page

less than 1 minute read

When I was thinking about this post, I thought it would be very short and straightforward. However, it looks like there are at least 3 different ways with pr...

Remove an Item From an Array

less than 1 minute read

Hey guys. Here is another video I’d like to share with you today. The main idea is to recollect all of the ways you can remove an item from an array. Hope yo...

Code Together «Array Diff» Code Kata

less than 1 minute read

Hey guys. If you think it is fun to code together (not only watching a video but also discuss solutions), then here is my another video. Your feedback is alw...

Learning How to Learn - summary

1 minute read

Below is a summary of the Learning How to Learn course, instructors Barbara Oakley and Terrence Sejnowski. The entire course is available at the Coursera and...

TypeScript types cheat sheet

6 minute read

This post is a collection of the available TypeScript types, examples of their usual use, and JavaScript outputs.

NodeJS general guide

3 minute read

This post is a collection of notes related to general overview and guides of Nodejs.

Class, extends and super in JavaScript

1 minute read

Classes were introduced to JavaScript in ECMAScript 2015. Even though it was about 5 years ago, I still want to drop a quick note about this feature.

Back to Top ↑

2019

Top 5 Azure App Configuration Features!

3 minute read

Hey folks. Even though App Configuration is still in preview mode, I completely agree he is a bit of a hidden gem. So by the end of this post, I’d like you t...

Back to Top ↑

2018

Back to Top ↑

2017

Debugging .NET Core CLR afterword

3 minute read

Some time ago I decided to sort out internal details of .NET Core CLR and today I’d like to share with you the most surprising things that I found during thi...

Пишем свой маппер для .NET Standard 2.0

6 minute read

В сегодняшней заметке я хотел бы поведать вам о коротком приключении по написанию своего маппера для .NET Standard 2.0. Ссылка на github и результаты benchma...

IIS Process Failure - 502.5 request pipeline

2 minute read

С выходом ASP.NET Core 2.0 становится понятно, что новая платформа всё прочнее входит в наши реалии разработки, а значит пора начинать с ней знакомиться. Но ...

Azure Monitor- возможности и ограничения

2 minute read

Сегодня хотелось бы с вами поделиться заметкой, которая появилась в результате моего небольшого research на тему ключевых особенностей Azure Monitor.

Boxing и unboxing - что быстрее?

3 minute read

Заинтересовавшись вопросом скорости работы операций упаковки и распаковки в .NET решил опубликовать свои небольшие и крайне субъективные наблюдения и измерен...

ASP.NET - HTTP Handler & HTTP Module

4 minute read

Тема хендлеров и модулей уже далеко не новая, однако, не теряет актуальности и поэтому сегодня хотелось бы поставить все точки над “и” в этом вопросе и раз и...

Back to Top ↑

2016

Субботний бот для Телеграма

1 minute read

Для автоматизации своих ежедневных нужд (кого я обманываю,- because i can) за субботу мною был написан небольшой телеграмовский бот @FTrainBot. О том, что дл...

Опыт использования MassTransit 3.0

7 minute read

MassTransit это open source библиотека, разработанная на языке C# для .NET платформы, упрощающая работу с шиной данных, которая используется при построении р...

Отличия string и String

less than 1 minute read

Буквально сегодня был сбит с толку подобным вопросом, поэтому решил собрать воедино информацию о различиях ключевых слов и соответствующих им по умолчанию ти...

Конструкция «controller as» в AngularJS

3 minute read

Сегодня хочу поделиться информацией о конструкции «controller as» в AngularJS, для чего его понадобилось добавлять и разобрать внутренее устройство его работ...

Формат дат в Javascript

1 minute read

В очередной раз борясь с несоответствием форматов дат на клиенте и сервере, у элементов календаря и хранении в БД решил для себя составить маленькую памятку ...

Кратко о валидаторах в AngularJS

2 minute read

Очень часто, при разработке экранных форм (будь то форма регистрации, отправки обратной связи или ввода платежных реквизитов) право ввода информации, коррект...

Back to Top ↑