TalentedUnicorn
Blog ― TalentedUnicorn

Writing

Coffee or Tmux

Nov 11, 2020

According to Wikipedia - tmux is a terminal multiplexer for Unix-like operating systems. But to me; tmux is a complex tool to have on the…

Start reading

Where are you Form - Understanding forms on the web

Aug 24, 2020

If you have used a website in the last 10+ years you have most likely come across a form. They have been a vital part of how we interact…

Start reading

Testing React applications with Github Actions

May 16, 2020

It goes without saying that code testing is beneficial for a variety of reasons. But most developers (me included) tend to skip testing when…

Start reading

Changing author information on a git commit

Mar 13, 2020

There might be times where you need to "rewrite" history on Git. The most common case is updating the commit message to fix typos or change…

Start reading

Using React useState with form inputs

Sep 23, 2019

As of React 16.8, ReactJs added hooks. State hooks is a way to have functional components and state at the same time (prior to this you had…

Start reading

CSS variables

Feb 27, 2019

In the modern web things aren't fixed as they were a few years ago. Responsive design is now a standard that directly impacts not just how…

Start reading