Blog by Jaga Santagostino.
Software consultant, polyglot developer, maker of things, lifelong learner.
ReactJS Milano & milano.dev organizer
For the past years, I’ve started using more and more golang as a scripting language, and since in the past we were forced to put code in the…
I find textual interfaces extremely interesting and I’m trying to figure out how some common components can be creates this is the time of a…
There are many things that we see and use every day but rarely we stop and think “how does it work?”, other times we ask ourselves that…
image credit: Mohammad Metri Some people love to carefully craft playlists, I’m by no means one of them. I listen in mostly shuffle-mode…
VSCode offers the command ( for the beta channel) to open files and folders from terminal these are some possible usage: open a single…
I consume a lot of content daily, may it be blog-posts podcasts, non-fiction books, fiction books, youtube video, video courses, audiobooks…
In the past few weeks I’ve added an interesting new “todo” to my morning routine: to read Wikipedia’s Main page This page is updated every…
Since typescript 3.4 a setting has been implemented into tsserver that makes refactoring > rename create an alias in the local scope insted…
Nowadays a lot of users use some kind of adblocker, personally, I use uBlock origin. It this just for ads right? Well, no, most adblocker…
Hey firefox/safari/other-browser users, Chrome 73 introduced a fantastic feature that allow to easily see computed styles to the element…
Chrome 72 introduced a change in how flexbox elements with renders, that caused some strange product breakage from one day to another…
Recently I was thinking about the fact that graphql resolvers are not designed to “know” where the data is coming from,thus is not possible…
So… you just changed some things in you graphql schema, triggered autompletion with 200 times and still don’t see the new/edited field…
TypeSync is a tool that scans your and install missing TypeScript typings for installed dependencies typesync more info: https://github.com…
Yarn has a built-in interactive way to upgrade dependencies showing a bunch of important information about the package tip: using —latest…
image credit: ancientking Why? A git is a very powerful concept, it’s like Harry Potter’s Room of Requirement for your code, you throw it…
Did you know you can declare a custom function to use in your terminal? There’s dozens of operations you perform daily in your terminal that…