BEST CUSTOMIZATION FOR SUBLIME TEXT AFTER INSTALLING In this tutorial, I will guide you on how to customize Sublime Text. I will also provide recommendations for top plugins to install to make Sublime Text more user-friendly.
MANAGING LARGE FILES WITH GIT LFS Git LFS is an open source git extension that enables statically storing of large files to a remote server. On your git repository only a few kilobytes text files is stored.
Go Programming Println vs Printf vs Print Printing out messages to the terminal can be used to debug code, show computed results, display messages, or even show warnings to the user of the program.
Getting started with ZIG programming Language Zig is a low level programming language written by Andrew Kelley that focuses on robustness, optimality and reusability
How to test REST APIs using CURL Curl is a command line tool that enables the transfer of data between various network protocols. Curl was first released in 1996 by a Swedish developer Daniel Stenberg.