sailorworks.hashnode.devHow I Won the Swift Student ChallengeFirst Things First: Actually Read the Rules I can't stress this enough - read the rules. Like, actually read them. Not just skim through them while you're excited about your amazing idea. Your app needs to be under 25MB when zipped No network depen...Jul 6, 2025·3 min read
sailorworks.hashnode.devDevops for decoupled architectureDecoupled architecture is when you have frontend and backend in two separate folders, and this is when you design e-commerce application, social media app etc. Below is a hands on tutorial on how you can upload your backend on the internet(https) an...Jan 12, 2025·5 min read
sailorworks.hashnode.devComplete Vim guideWhy should we learn Vim? Most of us like using VSCode, and there are some pretty awesome features as a graphical editor when compared to other editors out there. On the other hand, Vim is the most popular editor that is based within a command line. V...Dec 21, 2022·3 min read
sailorworks.hashnode.devShell tools and scriptingShell script VS other scripting languages The shell script is used to perform operations such as printing (echo), program execution (./) and manipulation (touch). On the other hand, many different scripting languages have been developed that can hand...Dec 17, 2022·4 min read
sailorworks.hashnode.devLet's get into ShellThe shell Why shell? The shell is a very basic textual interface that allows you to change programmes that won't change unless you use a command from the root user, and the root user can only be accessed through the shell. This also helps to understa...Dec 13, 2022·3 min read