PinnedUnveiling the Tech Extravaganza: A Day at GDG Cloud Mangalore DevFestIntroduction:Nov 19, 2023Nov 19, 2023
PinnedEffortlessly Start Your FastAPI Project with a Structured BoilerplateIntroductionMay 30, 2023May 30, 2023
PinnedUnderstanding SAS URLs in Microsoft Azure Blob StorageMicrosoft Azure Blob Storage provides a highly scalable and secure way to store and access data. One of the key features of Azure Blob…May 5, 20231May 5, 20231
PinnedThe Power of Containers: An Introduction to Docker and its ApplicationsDocker is a popular platform that allows developers to create, deploy, and run applications in isolated containers. Containers are…Mar 4, 2023Mar 4, 2023
PinnedSimple Card Holders Using CSS and HTML without BootstrapIn web development, a card holder is a popular user interface element that’s used to display a collection of items in a visually appealing…Feb 28, 2023Feb 28, 2023
Exploring the pdb Module in Python: Debugging Made EasyDebugging is an essential part of software development, allowing programmers to identify and fix issues in their code. Python provides a…1d ago1d ago
Understanding Memoization in Python: A Guide to Optimizing FunctionsMemoization is a programming technique that optimizes function performance by storing results of expensive function calls and reusing them…1d ago1d ago
Automate Creating Personalised Google Slides with Google Sheets and Drive ImagesCreating personalised presentations for a large number of users (like event registrations, player profiles, or team slides) can be a…Nov 6Nov 6
Creating and Publishing a Go Package: The emailcorrector ExampleIn this tutorial, we’ll walk through the process of creating a Go package for validating and auto-correcting email addresses. We’ll build a…Oct 24Oct 24