TypeScript's Unknown data type4/28/2021typescriptjavascriptwebdevThere are data types in TypeScript that are better known than others. Today I would like to introduce...
What is ECMAScript ?2/17/2021javascriptbeginnersnewswebdevYou can read it everywhere, es2020, es6, ... but what is this exactly? To fully understand what is be...
January 2021: My latest discoveries1/21/2021webdevprogrammingnewsfrontend1. Omatsuri App https://omatsuri.app/ Omatsuri App is a list of front focused open sour...
Easily add your DEV posts to any Gatsby site1/4/2021webdevjavascriptgatsbytutorialLast week I created a Gatsby source plugin called gatsby-source-mydev. This plugin is an out-of-the-b...
Let's be fancy with a console signature12/30/2020webdevjavascripttutorialbeginnersCreate a stylized console message and say hello to your fellow developers. Let's get star...
5 lessons I learned from lockdowns12/18/2020productivitydevjournalmentalhealthmotivation2020 is soon over but COVID-19 virus has not been beaten yet. Many countries in Europe are in the mid...
Image recognition with TensorFlow.js11/30/2020javascriptwebdevmachinelearningtensorflowIn this post I will show you how to create a simple image classifier, without any machine learning kn...
Unit Testing in JavaScript10/28/2020javascripttestingwebdevtutorialThe different automated testing types Unit tests Integration tests End-to-end tests...
My favorite tricks with Sass10/15/2020csswebdevtutorial1. Dynamically create component variants based on theme colors // Create a map containi...
5 reasons to use a Design System10/5/2020designuxwebdevWhat is a Design System? A Design System is a collection of reusable UI components with do...
Custom Type Guards in TypeScript9/26/2020webdevjavascripttypescriptMy previous post showed with some short code snippets 5 useful TypeScript ticks. One of those tricks...
5 useful TypeScript tricks9/24/2020webdevtypescriptjavascript1. Create a type checking function interface IDog{ name: string; age: number;...
Detect toxic language with TensorFlow.js9/13/2020reactwebdevtutorialjavascriptIn this tutorial I am going to show you how to detect toxic language within a React app with TensorFl...
Next-gen CSS with Houdini9/10/2020csswebdevIn a more and more extensible web, CSS seams sometimes a bit outdated. Thanks to Houdini developers...