Trek and Entrepreneurship

Recently, It has been a growing realization that I am growing older - I know we all are but just at the cusp when we start realising that joint pains are a real thing especially when we overexert

By |2023-10-20T12:19:29+05:3020 October 2023|0 Comments

Google OAuth Integration in Django Without Utilizing django-allauth

Google OAuth integration in Django project can sometimes seem daunting, especially with the myriad of third-party solutions available. This guide will provide a methodical walkthrough to integrate Google OAuth, devoid of the django-allauth solution. Source Code: Link

By |2023-09-20T18:29:23+05:3020 September 2023|0 Comments

How to setup Appium in ubuntu.

What is Appium? Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, Firefox, Safari), desktop (macOS, Windows), TV (Roku, tvOS,

By |2023-09-14T14:53:06+05:3014 September 2023|0 Comments

Azure Graph API

What is Azure? Azure Graph API, also known as Microsoft Graph API, is a powerful RESTful API provided by Microsoft as part of the Azure ecosystem. It allows developers to integrate their applications with various Microsoft services,

By |2023-08-29T00:01:26+05:3029 August 2023|0 Comments

INTRODUCTION TO ERPNEXT

Overview Today, small and medium-sized businesses (SMEs) also face some of the problems that large enterprises do. One of them is planning and managing their resources. SMEs face similar complexities but have limited resources to deal with

By |2023-08-17T15:52:52+05:3017 August 2023|0 Comments

Graphql With Django

What is GraphQL? GraphQL, as its name implies, is a game-changing query language designed specifically for APIs. It revolutionizes the way data is fetched from a server to a client, bringing a whole new level of flexibility

By |2023-06-16T10:59:49+05:3016 June 2023|0 Comments

Optimizing Database Operations in Django

Why do you need to know this? Optimizing database operations is crucial for improved application performance, scalability, cost efficiency, and enhanced user experience. It reduces query execution time, minimizes resource utilization and ensures the database can handle

By |2023-06-26T15:25:43+05:306 June 2023|0 Comments

Page Optimization (SEO)

On-Page SEO On-page SEO (sometimes called on-site SEO) is the process of optimizing parts of your website pages so they rank higher on search engines and get more search engine traffic. This includes updating on-page content, title

By |2023-05-23T16:42:35+05:3023 May 2023|0 Comments

Object Detection Using Yolov4

What is object detection? Object detection is a computer vision technique that involves identifying and locating specific objects within images or video streams. It goes beyond simple image classification by not only recognizing objects but also outlining

By |2023-05-22T19:04:46+05:3022 May 2023|0 Comments
Go to Top