Posts by Tag

.NET

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...

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...

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

3 minute read

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

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

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

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

Back to Top ↑

JavaScript

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...

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.

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

3 minute read

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

Формат дат в Javascript

1 minute read

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

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

2 minute read

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

Back to Top ↑

C#

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

6 minute read

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

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

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

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

Back to Top ↑

TypeScript

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.

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.

Back to Top ↑

Deno

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 ...

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 ↑

ASP.NET

IIS Process Failure - 502.5 request pipeline

2 minute read

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

ASP.NET - HTTP Handler & HTTP Module

4 minute read

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

Back to Top ↑

Azure

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...

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

2 minute read

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

Back to Top ↑

AngularJS

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

3 minute read

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

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

2 minute read

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

Back to Top ↑

IIS

IIS Process Failure - 502.5 request pipeline

2 minute read

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

ASP.NET - HTTP Handler & HTTP Module

4 minute read

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

Back to Top ↑

performance

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

6 minute read

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

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

3 minute read

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

Back to Top ↑

Core

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...

IIS Process Failure - 502.5 request pipeline

2 minute read

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

Back to Top ↑

Architecture

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 ↑

CodeWars

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...

Back to Top ↑

React

Back to Top ↑

CSS

Back to Top ↑

IoC

Back to Top ↑

OWIN

Back to Top ↑

Telegram

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

1 minute read

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

Back to Top ↑

MSSQL

Back to Top ↑

NHibernate

Back to Top ↑

JSON

Back to Top ↑

HTML

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...

Back to Top ↑

Tips

Back to Top ↑

Nodejs

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...

Back to Top ↑

Project

Back to Top ↑

Chrome

Back to Top ↑

MassTransit

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

7 minute read

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

Back to Top ↑

RabbitMQ

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

7 minute read

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

Back to Top ↑

TeamCity

Back to Top ↑

CI/CD

Back to Top ↑

Middleware

Back to Top ↑

TDD

Back to Top ↑

IL

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

3 minute read

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

Back to Top ↑

Cloud

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

2 minute read

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

Back to Top ↑

SignalR

Back to Top ↑

Postman

Back to Top ↑

NodeJS

NodeJS general guide

3 minute read

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

Back to Top ↑

Angular8

Back to Top ↑

npm

Back to Top ↑

Learning

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...

Back to Top ↑

Summary

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...

Back to Top ↑

HowTo

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...

Back to Top ↑

Discord

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 ↑

Heroku

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...

Back to Top ↑

CICD

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...

Back to Top ↑

Frontend

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:

Back to Top ↑

Backend

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:

Back to Top ↑

GraphQL

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 ↑

MongoDB

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 ↑

Dotenv

Back to Top ↑

Programming

Back to Top ↑

Captcha

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...

Back to Top ↑

Puppeteer

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...

Back to Top ↑

Emoji

Back to Top ↑

Length

Back to Top ↑