How do I share my bookmarks on the web
Whenever I read something valuable around software engineering I save it in categorized browser bookmarks. You can find them in the Awesome section on this website as well. In this article I described how they are kept in sync. Find the repo here
Deep work app I am about to create
I am creating a tool to help with focused yet healthy work with a computer. Doing it for myself because I didnât find an app which meets my expectation in 100%. I donât plan to make a fortune out of it, rather develop a simple open-source, free to use app.
Web development setup on Ubuntu
A shortlist on how I create a basic web development setup on Ubuntu system. Not really a blog post, something to warm up after I abounded blogging for some time, definitely needed such thing, maybe you find it useful too.
Create React App with TypeScript tutorial
This tutorial followed step by step will help you understand why TypeScript + React are awesome đȘ while building a simple to-do app. I made it beginner friendly but it requires some basic React and JavaScript knowledge.
How to keep programming related notes
Inspired by âThe Pragmatic Programmerâ book and âsharpening the sawâ idea, I will write some posts on tools I use every day to be a more efficient developer. Lepton gist client is a way to keep your notes organized.
How to fix an npm package
It might happen that an npm package you want to use has some bugs. Should you just wait for maintainers to fix them? Sure not đ. You can eliminate the bug and host package by yourself. Then create a pull request and possibly become an open-source contributor đȘ.
Being a frontend developer for 1 year
So here it is, another article summarizing how the 2018 was :) For me it was a very special time, since exactly on December 2017 I started my first job as a frontend developer. It was an intense year but I am happy to say that Iâve learned a lot, I feel bit more confident about my programming skills and look forward to learn new.