
About
I am Data Scientist. I hold an M.Tech degree in Artificial Intelligence from Delhi Technological University (DTU). I have also experience in technical development, writing, reviewing, publishing and managing for more than 5 years. I have published more than 10,000 articles after reviewing and improving. I have also managed various teams and tech courses related to computer science, GATE CS, Test Series, Placements, and programming languages.
Mithlesh Upadhyay has Published 15 Articles

Mithlesh Upadhyay
33 Views
When we work with database tables, we need to insert multiple rows into database tables. We can improve the efficiency of SQL queries if we use an efficient method to insert multiple rows into database tables. We can reduce the number of queries sent to the server. We will discuss ...

Mithlesh Upadhyay
150 Views
While working with a database to avoid duplicates, we should follow certain practices when we create the database table. Define primary key to identify rows cluster and non-cluster indexes. Use constraints for data integrity in performance. Database tables may have duplicate rows after following best practices. These ...

Mithlesh Upadhyay
49 Views
Both Lumen and Phalcon are frameworks used for backend web development. We will discuss what is Lumen, features of Lumen, advantages and disadvantages and applications of Lumen. Similarly we will discuss Phalcon in this article. Then we will discuss differences between Lumen and Phalcon.What is Lumen?Lumen is framework used for ...

Mithlesh Upadhyay
24 Views
Both Lumen and Laravel are frameworks used for backend web development. We will discuss what is Lumen, features of Lumen, advantages and disadvantages and applications of Lumen. Similarly we will discuss Laravel in this article. Then we will discuss differences between Lumen and Laravel.What is Lumen?Lumen is framework used for small project. It is ...

Mithlesh Upadhyay
93 Views
Both Laravel and CodeIgniter are frameworks used to develop backend web development. Both frameworks use PHP programming languages. We will discuss what is Laravel, features of Laravel, advantages and disadvantages and applications of Laravel. Similarly, we will discuss CodeIgniter in this article. Then we will differences between Laravel and CodeIgniter. What is Laravel?Laravel is ...

Mithlesh Upadhyay
28 Views
Both Laravel and Ruby on Rails are frameworks used for backend web development. We will discuss what is Laravel, features of Laravel, advantages and disadvantages of Laravel and applications of Laravel. Similarly we will discuss Ruby on Rails in this article. Then we will discuss differences between Laravel and Ruby on Rails.What is Laravel?Laravel is a framework ...

Mithlesh Upadhyay
55 Views
We will discuss Laravel and Spring Boot in this article. Both Laravel and Spring Boot are framework used for backend web development. We will discuss what is Laravel, features of Laravel, advantages and disadvantages of Laravel and applications of Laravel. Similarly we will discuss Spring Boot in this article. Then we will ...

Mithlesh Upadhyay
131 Views
We use network topologies to connect different nodes, links, or devices in a computer network. In this article, we will discuss types of network topologies: Tree Topology and Bus Topology. We will discuss what is network topology, types of network topology and difference between Tree Topology and Bus Topology. Types of Topology ...

Mithlesh Upadhyay
88 Views
In this article we will discuss about database management system (DBMS) and spreadsheet. We will discuss what is database, what is spreadsheet and their advantages and disadvantages. We will also discuss their applications and difference between DBMS and spreadsheet. What is Database Management system (DBMS)? DBMS is a software. We use it ...

Mithlesh Upadhyay
254 Views
Amazon Web Services (AWS) offers various services like EC2, S3, AWS Lambda, and Amazon SageMaker. Companies use these Amazon services to store their databases and deploy their models. In this article, we will discuss Simple Storage Service (S3) and explain how to upload and download a file from Amazon S3. ...