You are here |
emmettnaughton.com | ||
| | | |
techtldr.com
|
|
| | | | Recently I was working on a fun idea, that was going to take me longer than one week to complete. Towards the second week I found myself dreading going back to work on my "fun" project. I wasn't sure why... Was I no longer excited about the idea? Was I just too tired? Was I [...] | |
| | | |
techtldr.com
|
|
| | | | I use Ammonite and ipython like REPL for Scala. I find it handy to save history to file, so here is how to do it in Ammonite. Ammonite exposes a global object called repl, which has a method called history. The code above converts history to a new line separated string and writes it to [...] | |
| | | |
techtldr.com
|
|
| | | | With popularity of Github and many other competing offerings, it's easy to overlook how simple it is to set up (unlimited) private repos on any network connected computer. For example, I run this blog on a cheap instance of Linode, where $5 a month get's you 20Gb SSD storage. But you don't have to pay [...] | |
| | | |
syntackle.com
|
|
| | In this tutorial, I am going to show you how you can deploy a react app on netlify from an existing git repository of yours. |