Blog Search Engine - Blog Surf
Blog Search Engine - Blog Surf π Links blogsurf.io Read more
I am a software developer based in Europe
I write a blog about topics that interest me most: programming languages in general, TypeScript, testing, writing and other great stuff.
More on about.md β’ Contact me@kovalevski.net
Get a once-per-week email with my latest content. By subscribing to this newsletter you will also be the first to receive last updates of my eBooks and courses.
Blog Search Engine - Blog Surf π Links blogsurf.io Read more
Bullet Journal Bullet Journal is a methodology of journaling. Links bulletjournal.com Read more
European alternatives for digital products Links european-alternatives.eu Read more
Software Engs Interview Preparation Everything about coding interview, solving problems, β¦ Read more
Hello there! Here is a second edition of the newsletter _Weekly Dose Of Software Engineering Stuff_. Read more
Hello there! π It's the first edition of Weekly Dose Of Software Engineering Stuff - a newsletter where you can read the content of topics that might be interesting for software developers and engineers. Read more
TypeScript is not just a superset of JavaScript with static types. It is also a quite configurable β¦ Read more
There are many options and parameters that can be used in the TypeScript configuration. One of the β¦ Read more
Fluent UI Web React components library Written in TypeScript Developed by Microsoft team Read more
Static Site Generator It is a tool or program that generates HTML files from some source files β¦ Read more
In the post Getting Started With TypeScript Compiler (tsc) we started to use TypeScript compiler β¦ Read more
From the previous post TypeScript - What Is All About And Why Should You Use It? we know that β¦ Read more
ES Modules Module system in ECMAScript standard JavaScript. An example: 1 2 3 4 5 6 7 8 import { β¦ Read more
CommonJS Modules Module system for JavaScript that uses in Node. The syntax: 1 2 3 4 5 6 7 const β¦ Read more