SPSahil Prasadinsailorworks.hashnode.dev·Jul 6, 2025 · 3 min readHow 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...00
SPSahil Prasadinsailorworks.hashnode.dev·Jan 12, 2025 · 5 min readDevops 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...00
SPSahil Prasadinsailorworks.hashnode.dev·Dec 21, 2022 · 3 min readComplete 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...00
SPSahil Prasadinsailorworks.hashnode.dev·Dec 17, 2022 · 4 min readShell 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...00
SPSahil Prasadinsailorworks.hashnode.dev·Dec 13, 2022 · 3 min readLet'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...00