Michal M.

Michal M. @muszynov

About: Programming & Cartography

Joined:
Jul 4, 2018

Michal M.
articles - 26 total

Operations Order with Asynchronous JavaScript

Refresh your JavaScript skills with a focus on the Event Loop. Learn how JavaScript handles asynchronous operations and solve common recruitment problems.

Learn More 0 0Jun 20

Implementing zen mode in React

How to create a zen mode functionality in your React app

Learn More 0 0Jan 29

Typescript: Conditional types

How to create a conditional types in Typescript

Learn More 0 0Dec 26 '24

Spread the object and omit keys

How to copy an object and omit some keys at the same time

Learn More 0 0Aug 17 '23

Discriminated unions in Typescript

How to use Discriminated unions type in Typescript and type your API response

Learn More 0 0Jul 8 '23

Customizing Errors in JavaScript

How to create and use customized errors in JavaScript

Learn More 0 0Jun 4 '23

Something about Typescript enums

Few remarks about Typescript enums

Learn More 4 0Apr 27 '23

Type-check react-i18next translation keys

Few remarks about Typescript enums

Learn More 1 0Jan 13 '23

Own reduce method using Typescript

In my previous post I presented my approach to implement my own versions of some higher order...

Learn More 3 0Jun 27 '22

Own higher order functions implementation using TypeScript

How to implement your own versions of some JavaScript's higher order functions.

Learn More 5 0Jun 19 '22

Intercepting Http requests in Angular

Create Http Interceptor to transform the requests or add default data.

Learn More 3 0Jul 18 '21

Convert object of objects to array of objects

Simple explanation how to convert an object of objects into more friendly data structure

Learn More 5 0Jul 1 '21

Screensaver in JavaScript

Create a simple screensaver on your website using JavaScript

Learn More 2 0Jun 18 '21

Create animations using requestAnimationFrame

Use requestAnimationFrame to handle animations using JavaScript

Learn More 5 0Jun 5 '21

Parent child communication using Angular

How to share data between child and parent components using Angular

Learn More 6 0May 14 '21

Unsupported browser page in Gatsby

Create a special page to display only on unsupported browser on your Gatsby page

Learn More 2 0May 2 '21

Pagination component in React

Create a simple pagination component using React

Learn More 7 0Apr 16 '21

Pagination component in Angular

Create a simple pagination component using Angular

Learn More 7 0Apr 2 '21

React scroll handler hook

Short description on how to create custom React hook which gets the current scroll position

Learn More 6 0Mar 21 '21

Filter an array of objects with multiple conditions

Simple solution for multiple filtering conditions

Learn More 11 1Mar 7 '21

Styling child component from a parent in Angular

Short example of how to style a child component from the parent scope

Learn More 7 1Mar 1 '21

JavaScript polyfills

JavaScript environment is a very dynamic one. New features, properties, or methods come out pretty...

Learn More 1 0Feb 14 '21

Non standard CSS selectors

The subjective list of non standard CSS selector that I use.

Learn More 6 0Jan 31 '21

Scroll indicator component in React

Create simple indicator that shows that container is scrollable.

Learn More 0 0Jan 24 '21

Reusable SVG component in React

How I handle the appearance of SVG in react using a custom component.

Learn More 5 0Jan 17 '21

Custom events in JavaScript

Quick overview of how to handle events in JavaScript and create our own events.

Learn More 5 0Jan 10 '21