Life with 🐘 🐳 🐧 πŸ’»

Follow @DennisdeBest

β€œMost good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.” Linus Torvalds

Create A Custom Scroll Bar

We are all used to seeing a scroll bar on all the pages we visit daily on the internet.

They are useful and explicit. This is very handy but not enjoyable. For a while now all major Browsers accept some CSS Pseudo elements to customise to wat the browser's scroller looks. To have some more infor...

Continue reading

Keeping track of time with a bash script

Sometimes, while writing some code, I can not keep track of time and end up not really knowing the time I have spent on it.

So to keep an eye on this I can make sure to look at my watch and writing down the starting time but this is something I would not be able to do all the time. It would also n...

Continue reading