
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Priya Mishra has Published 159 Articles

Priya Mishra
2K+ Views
Introduction Java supports eight types of operators; the “!” operator is one of them. In Java, an operator is a symbol used to execute operations. Operators are entities that can modify the values of operands. Java makes authoring, compiling, and debugging code simple. It is helpful in creating code that ... Read More

Priya Mishra
210 Views
Introduction In real life, we can call tables, chairs, lamps, etc. objects as they have some attributes and functions. We can say that anything that has attributes or properties and some functionality like a lamp has a stand and a bulb and it can light up a room so it ... Read More

Priya Mishra
220 Views
Introduction These days, Java and C++ are widely utilized in competitive programming. These two programming languages are utilized generally in industry and competitive programming due to their impressive characteristics. C++ is a commonly used programming language due to its efficiency, fast speed, and dynamic memory use. In terms of software ... Read More

Priya Mishra
1K+ Views
In the age of artificial intelligence, advancements in deep learning have transformed various fields, including natural language processing and computer vision, while GPT (Generative Pretrained Transformer) models have gained immense recognition for their ability to generate text, recent progress has expanded the capabilities of GPT to encompass images. Image ... Read More

Priya Mishra
4K+ Views
In today's digital era, Instagram has emerged as a popular platform for sharing special moments and connecting with people, now, picture the ease of automatically posting photos on Instagram without any manual effort, all achieved through the utilization of Python programming. This article aims to guide us through the ... Read More

Priya Mishra
582 Views
In the field of software development and continuous integration/continuous delivery (CI/CD), two popular tools that often come up in discussions are GitHub Actions and Azure DevOps Pipelines. These powerful platforms offer developers efficient ways to automate and streamline their workflows. Though GitHub Actions and Azure DevOps Pipelines share similar ... Read More

Priya Mishra
528 Views
The most optimal method for creating a .gitignore file in our .NET project is crucial to ensure proper version control and organized code maintenance. This file plays a vital role in achieving these goals by allowing us to specify which files and folders should be excluded from Git's monitoring and ... Read More

Priya Mishra
1K+ Views
The most effective way to get a remote branch in Git is by using a process called "fetching". Nowdays, the most preferred choice of engineers and developers is Git has become the go-to choice for the developers when it comes to working and handling together on software projects. It ... Read More

Priya Mishra
238 Views
Incorporating Git Hook commit -msg effectively into our development workflow can elevate the team's version control practices, ultimately resulting in more efficient development cycles, higher-quality code, and a better overall software development experience. Git, as a distributed version control system, has revolutionized the way software development is conducted, providing developers ... Read More

Priya Mishra
318 Views
Git workflow plays a pivotal role in the realm of software development, where effective teamwork and version management are vital for the successful execution of the project. Git, a popular distributed version control system, equips developers with a range of robust utilities and tools to oversee their codebase. Gaining a ... Read More