Ashutosh Sharma

Ashutosh Sharma @ashusharmatech

About: 📚 Tech explorer and knowledge seeker. From coding adventures to the latest gadgets, I'm here to share my experiences and discoveries in the world of technology.

Location:
Pune, India
Joined:
Jul 6, 2020

Ashutosh Sharma
articles - 20 total

Can SciChart 📊 and React revolutionize your data visualization? 🚀

During my recent venture into a charts project, I came across SciChart, and it instantly piqued my...

Learn More 1 1Nov 6 '23

Oracle Upgrade Decoded: Insights from an App Developer's Perspective

Drawing inspiration from the wisdom of Vincent Van Gogh, who wisely remarked that "Great things are...

Learn More 0 0Jul 7 '23

Socket & Highchart Gauge: Real-Time Data Visualization

Real-time data visualization is an effective technique for monitoring, analyzing, and making...

Learn More 3 0Jun 7 '23

Converting PDFs to DOCX Made Easy with Python

Converting PDF files to DOCX format is a common task that many professionals and researchers...

Learn More 2 0May 28 '23

Why are Companies stuck with Java 8?

Java 8, which was released in 2014, is considered quite old now, having been around for almost 9...

Learn More 9 4May 23 '23

Java Through the Ages: Unraveling the Top Features of Each Major Version

Since its beginnings, Java, a flexible and popular programming language, has undergone a remarkable...

Learn More 0 0May 21 '23

KISS: Keep It Simple, Stupid

When we enter the world of software development, we are surrounded by a plethora of programming...

Learn More 2 0May 20 '23

Maximizing Azure Performance: A Deep Dive into Premium and Standard Storage Accounts

Azure Storage offers different types of storage accounts to support different workloads and...

Learn More 0 0Feb 14 '23

Python: Publishing Packages

You've created a Python project and you're eager to share it with others. But first, you'll have to...

Learn More 2 0Jan 2 '23

Suggest cool applications publishing contents to Instagram ?

I am trying to build an application, which publishes pictures to Instagram.. I am looking for ideas.

Learn More 1 0Jun 1 '22

Why you should use virtualenv in Python Projects

Python virtual environment is a tool that allows projects to run in an isolated environment to avoid...

Learn More 1 0May 29 '22

1B+ Downloaded Docker Images on Dockerhub

postgres The PostgreSQL object-relational database system provides reliability and data...

Learn More 6 1May 28 '22

Python Scheduler

A scheduler is used to run the function periodically using different types of patterns and...

Learn More 12 6May 28 '22

Make image Instagram compatible using Python

Image processing is quite easy and fast in Python with libraries available. I recently was trying to...

Learn More 11 0May 24 '22

Confused between ADD and COPY instructions in Dockerfile ?

When you have to create a Dockerfile there are two instructions that you can use to copy the files...

Learn More 11 0May 12 '22

How to create your first Docker image and push to Docker hub.

Prerequisite Docker hub account (https://hub.docker.com/) Any Terminal like bash or...

Learn More 4 0May 8 '22

How to inject all implementations of an Interface?

How to inject all implementations of an Interface? Suppose you have multiple...

Learn More 3 0May 8 '22

Git Head and Detached Head

Git Head and Detached Head HEAD normally refers to a named branch. **$git checkout...

Learn More 3 0May 8 '22

Most Commonly Used Docker Commands

Most used Docker Commands Check the version of the installed docker version. $ **docker...

Learn More 22 0May 8 '22

Uploading files to Firebase Storage using React

Firebase Cloud Storage is designed to help quickly and easily store and serve user-generated content,...

Learn More 10 0May 8 '22