Shrikant Dhayje

@shriekdj

263 Points 1 Followers

39 Posts

0 Answers

I'm a software developer from India. :india: I live in Shrirampur City, Maharastra :india: I'm currently learning Back-end Web Developing via Python Programming Language.

Shrikant Dhayje · 9 months ago

How to Add Google Ad Sense in Next.js 13 With App Router, Auto Ads and Unit Ads

Hello Everyone So Today I am Gonna Talk About How to Run Google Ad sense, Google Ad sense Ad Units. What is Problem We Can Add Ad sense Code in head tag of Nextjs13 App router but the Proble...

Shrikant Dhayje · 9 months ago

How to Add Google Ad Sense Next.js 13 With App Router, Auto Ads and Unit Ads

Hello Everyone So Today I am Gonna Talk About How to Run Google Ad sense, Google Ad sense Ad Units. What is Problem We Can Add Ad sense Code in head tag of Nextjs13 App router but the Proble...

Shrikant Dhayje · 1 year ago

MongoDB Error: couldn’t connect to server 127.0.0.1:27017 on Windows

Problem Error: couldn’t connect to server 127.0.0.1:27017 for MongoDB on Windows This problem can occur if you install MongoDB without selecting the install as a service option or if you d...
1

Shrikant Dhayje · 1 year ago

How to Merge Multiple Data frames with same columns In Pandas | Python

Hello Everybody, So Today I just faced this issue of merging multiple excels in one and there size was too big for merging like more 100 MB for Size and In Some Cases the size spans more and...

Shrikant Dhayje · 1 year ago

How to work with Python's normal venv and pipenv simultaneously

Why Need to solve this issue. So I Just Want to Use pipenv but do not want my venv folder to built in my automatically decided location and also want to use pipenv automatically building the...

Shrikant Dhayje · 1 year ago

Welcome to ShriekDj's Discord Server

Hello Everybody, Normally Today's post is not about any technical topic, but it is information that I Just Created an small Discord Server which you can join if You Wanted to get contact wit...

Shrikant Dhayje · 1 year ago

Get user location from browser using JavaScript | Solutions By ShriekDj

So today i am gonna share you some code and details about how to ask the customer there own location and submit in a form using Geolocation API of Web Browser Using JavaScript. But Before Co...

Shrikant Dhayje · 1 year ago

Creating HTML Template And Views | Django CMS Building By shriekdj

In This Post I Will Create Html Pages for the site and as well as show how to use urls.py and views.py. First Create a folder named templates in blog app in django app and add update the var...

Shrikant Dhayje · 1 year ago

Creating Custom Profile and Tag | Django CMS Building By shriekdj

So Now I am Trying to Create 2 New Models for the CMS Which Are User Profile and Blog Tags but before That I Want to Say Some Reconfiguration Made By In The GitHub Repository During The Seri...

Shrikant Dhayje · 1 year ago

Customizing Slug Field for Post Model | Django CMS Building By shriekdj

So In Previous Post I Created The Simple Django Model of the BlogPost Which Stores Data Like Given Below. <pre class="highlight python">``` <span class="k">...

Shrikant Dhayje · 1 year ago

Creating Custom CMS In Django | Django CMS Building By shriekdj

So I Thought about creating the Custom CMS and Update it's feature day by day as per need. For Example Firstly I just added blog app in django project named dj_admin. And Created Very Simple...

Shrikant Dhayje · 1 year ago

I Published the Python Package on PyPi : pip install google-address-to-latlong-csv

So today I Published an python package first time in my life. Now This is a Python 3 Package which gets the list of data of addresses from an csv file and gives an output as csv with additio...

Shrikant Dhayje · 1 year ago

Creating an Website or Webapp in Django Web Framework

Preface This Post Will Be Part of Hashnode's Writeathon and also part of My Django Related Posts. So there are many ways to write Back-end for an Web App or Website but we can also write an...

Shrikant Dhayje · 1 year ago

PHP Related Small Tips for Improving the Speed of Writing Program

Preface In this article you will learn about the shortcuts and things to notice while writing PHP Code Also PHP Should Be Already Installed on your PC, Device, Server, Sandbox or Virtual Mac...

Shrikant Dhayje · 2 years ago

How to Start writing Python 3 Program

Now this post is about how you can write programs in python 3 programming language. The Information will be provided in this with an Hello World Program In Python. Hello World Program in Py...

Shrikant Dhayje · 2 years ago

How to Download Python 3 On Windows Without any Incorrect Version

So This is Start of the Series Python tutorials by shriekdj. So Most of the Time this process is very simple to follow just go to website https://python.org click download button to get pyth...

Shrikant Dhayje · 2 years ago

Python tutorials by shriekdj series announcement

So I Was Planning on Creating Blog Series on Python Tutorials Which Involves some details About How to Install Python Or Build Python From Source and Many more like issues and explaination....

Shrikant Dhayje · 2 years ago

Unable to Login Django Admin after Update : Giving Error Forbidden (403) CSRF verification failed. Request aborted.

Problem Unable to Login Django Admin after Update : Giving Error Forbidden (403) CSRF verification failed. Request aborted. This Issue Can happened suddenly after updating to Newer Versi...

Shrikant Dhayje · 2 years ago

PHP - Introduction by shriekdj | How to write Hello World Program in PHP by shriekdj

Preface For Becoming Back-end Web Developer in PHP You Should At least Know How to Create HTML Files and also know what are the HTML files are. Also PHP Should Be Already Installed on your P...

Shrikant Dhayje · 2 years ago

PHP - Installation on Linux Based Operating System

So I Will Try to Make Series About the PHP. PHP is an Scripting language Majorly Used for Back-end Web Development and also more than 50 % websites on internet use PHP as back-end. Developme...

Shrikant Dhayje · 2 years ago

I Created an Template for Django project for Running Under Services like replit, heroku etc

Preface There are many Online Services Out There and We Want to Test or Run Our Django Project On There, But There are Some Issues Occurred For Running On Them. Details For Replit Online IDE...

Shrikant Dhayje · 2 years ago

Replit Was Unable to Build the Virtual Environment for Python Project

Problem Replit Was Unable to Build the Virtual Environment for Python Project or the Project Not Giving Results As We Expected. This Issue Can also happened to Other Online IDEs Also Like...

Shrikant Dhayje · 2 years ago

Random Ideas for Front-end Projects In HTML, CSS and JS by shriekdj

These Are My Random Suggestions which I am also planning to do, maybe some this project ideas help you or not for Creating under frontend Using HTML, CSS and JS ( JavaScript) Note : All Ide...

Shrikant Dhayje · 2 years ago

Issues Occured While Running Python Project On Replit

So After Long Time Using the Website replit.com I Had Learned How to Use it and Configure it as per My Requirement. For Those Who Don't Know Replit It's an IDE Similar to VSCode But It's Onl...

Shrikant Dhayje · 2 years ago

Building Website from Scratch - Part 7

I Created a YouTube Video About this Series. {% youtube rYbzrIDdbbk %} Hey Fellas, This Is Shrikant Again With My New Random Video About Creating A Website or as I Say How to Build a Website...

Shrikant Dhayje · 2 years ago

Hardest hello world program of Python lol

So This is just for fun. Most People said to me because I Started Using Python Mostly in my projects. And They Tell Me That Python is not a Real programming language or Python is For Kids be...

Shrikant Dhayje · 2 years ago

Building Website from Scratch - Part 6

Preface. So Now I Made Some Changes About an Search Bar. I Created the Search bar and Hero Section on Home Page of The Website. Section Addition in <body> tag. I Added Given Code in b...
1

Shrikant Dhayje · 2 years ago

Django Posts Announcement

let's build web app with django part 0 So Hello Everyone, This is My My Post Part 0 of the Series for building a web app or site with help of Django a python full-stack web framework. I don'...

Shrikant Dhayje · 2 years ago

Python venv or virtualenv won't activate on windows

Problem Unable to Activate the Virtual Environment In Windows Operating System. Details The issue is specifically for Powershell of Windows Operating System While Activating the virtualen...

Shrikant Dhayje · 2 years ago

Python Failed building wheel for backports.zoneinfo on Linux

Problem Python Failed building wheel for backports.zoneinfo For Operating System Other Than Windows Like Linux Or MacOs. Details The issue is mostly related to retrieving data from OS Abo...

Loading More Content