Surfing web inside a terminal, because why not?
I recently wrote a python script to surf the web (see search results) directly into the terminal.
๐
I recently wrote a python script to surf the web (see search results) directly into the terminal.
Its time to increase your horsepower and write code faster than before. In this tutorial I will cover how to setup and use code-snippets in Vim or NeoVim for Go, Python, Bash and Markdown (since I deal with them everyday)
Converting videos to GIFs using ffmpeg is a pain in the ass if you donโt know whatโs happening. GIF size getting 10x the size of original video ? Donโt worry, I got you!
Using make
in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug programs. The make command is governed by the program set in makeprg
.
Apart from not loading shit ton of plugins, there are some other tricks that can be used to make Vim more faster:
Embedding static files in 2021 has become a bit easier since the release of Go 1.16. The new release comes with a new package embed
which provides a handy set of interface and methods to attach static file in go binaries
Dead links, huh!. Too many dead links? How do I test a bunch of URLs? Donโt worry I got you, I recently release areyouok a nice, portable and easy to use URL Auditor. Its built using Go and leverages go routines (literally the best form of concurrency).
Yesterday I completed my 2nd anniversary of Tech blogging, Yes my blog is now 2 years old ๐ I started my website (& my blog) in Jan 2019, a few days after I got my first internship as a developer. This post is going to be a reminder for me on how far I have come.