imajindevon.hashnode.devHow to make your GitHub repository look and feel professional โ๐๐บ What makes a professional repository? Nearly all professional repositories meet the following criteria: Is nicely organized Contains numerous files in the root directory A detailed README A security policy LICENSE file Workflows A good descriptio...Nov 12, 2022ยท4 min read
imajindevon.hashnode.devWhy do we need configuration? Creating and handling configuration files in RustConfiguration is nearly always a necessity when it comes to both public and private software. Just imagine, you install a program that plays a sound every 30 seconds. Then suddenly your needs shift, and now you need it to play every 15 seconds. Oh no...Nov 8, 2022ยท4 min read
imajindevon.hashnode.devCreating a minimal RESTful song request API using Rocket ๐What is a song request system? If you watch streamers on platforms such as YouTube and Twitch, you may have encountered a song request system. A song request system allows the viewer to add a song to a song queue. When the song reaches the front of ...Oct 19, 2022ยท5 min read
imajindevon.hashnode.devCreating a reverse TCP shell attack in Python, from scratch. (scarily easy!)Although I highly recommend and ask of you to read this full article, you can skip directly to the GitHub repository for the finished result here. What is a reverse TCP shell? A reverse TCP shell is an interface which allows the host to control a cli...Jul 19, 2022ยท6 min read