PinnedPublished inPython in Plain EnglishPython Optimization Guide: Make Your Code Run 5X FasterCode optimization involves making your code run faster, use less resources and execute more smoothly, hence increasing its performanceAug 19, 20238Aug 19, 20238
Published inJavaScript in Plain EnglishIntroduction To ES6 Classes: Object-Oriented Programming in JavaScriptWith the release of ES6, developers were introduced to a more structured and intuitive way of creating classes.Dec 26, 20231Dec 26, 20231
Published inPython in Plain EnglishDjango Optimization Guide: Make Your App Run 10X FasterOptimization is not just about shaving off microseconds from your code’s execution timeOct 11, 202314Oct 11, 202314
Published inPython in Plain EnglishHow To Generate QR Codes in PythonIn today’s digital world, QR (Quick Response) codes have become an essential tool for sharing information quickly and conveniently. Their…Sep 15, 20231Sep 15, 20231
Published inPython in Plain EnglishHow to Send Email with Verification Link in DjangoIn this article, you explore a common use case of sending emails. You would register users and send them an email with a verification link.Aug 14, 20232Aug 14, 20232
Published inPython in Plain EnglishWrite Better Code With Python ComprehensionPhoto by Chris Ried on UnsplashAug 9, 2023Aug 9, 2023
Published inPython in Plain EnglishGet User's Location, Country and Currency in DjangoThis article shows you how to Get a User’s IP address, Location, Country and Currency in DjangoAug 4, 2023Aug 4, 2023
Introduction To Linux: Shell Navigation & PermissionsLearn how to navigate and manipulate the Linux File System, control access permissions to files and directories.Jul 13, 2023Jul 13, 2023
How the Internet actually works. Request-Response cycleResearch has shown that many Software Engineers struggle with understanding various internet concepts like DNS, TCP/IP and how the internet…Jul 11, 2023Jul 11, 2023