Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Devs' Debugger technology Blog  > 

Hibernate Audit Table Generation
2023-02-01 16:40
IntroductionDatabase auditing in the context of ORM refers to the monitoring and logging of persistent entity-related events, or just entity versioning. These events are insert, update, and… Read More
GIT Basic Commands
2022-10-30 11:54
Git is one of the popular Versioning Control Tool which used for tracking changes in any set of files when coordinating work among programmers collaboratively developing source code during t… Read More
Relational Databases Vs No-SQL Databases
2022-10-30 11:53
In the modern world, there are two major database types are commonly used by considering the structure of those databases. They are:Relational Databases (SQL Databases)Non Relational Databas… Read More
Exception Handling In Java
2022-10-30 11:52
 IntroductionException handling is one of the most important and critical part in application development stage. Firstly, before we dig in to the deep of exception handling; firstly… Read More
Basics Of Cloud Computing
2022-10-30 11:51
 Introduction Cloud Computing is the on-demand availability of computer system resources, especially data storages and computing power, without direct active management by the user… Read More
Introduction To ER Diagrams
2022-10-27 15:43
IntroductionEntity Relationship Diagram which simply known as ER-Diagram or ERD describes the structure of the DB diagramatically. It works as the Road Map for the Database which we are… Read More
Object Oriented Programming Principles
2022-10-27 15:42
What is OOP? Object Oriented Programming which is simply known as OOP is a programming paradigm based on the concept of Objects rather than functions and logic. That's why it… Read More
How To Add Another Email Account To Gmail
2022-10-27 15:42
Introduction There are several Email service providers available like Pepipost, Outlook, Hotmail, Yahoo Mail other than Gmail. So you can link any other Email account (Company/ Busine… Read More
How To Create A Google Account
2022-10-27 15:42
IntroductionCreating a Google account is fairly simple. You'll need to provide some basic information, such as your name, age, and location. Once you've created and verified your Google… Read More
Virtual Identity And Identity Theft
2022-10-27 14:24
What is Virtual Identity?Virtual Identity is also known as Internet Identity(IID), Online Identity, Internet Persona. Virtual Identity is a Social Identity that a web user establishes in onl… Read More
Introduction To Machine Learning
2022-10-27 14:24
What is Machine Learning?Humans learn from their past experiences while Machines follow the instructions given by humans. But we can train/learn machines to follow i… Read More
Introduction To HTTP & HTTP Methods
2022-10-27 14:24
What is HTTP?Hypertext Transfer Protocol (HTTP) is a Stateless Request-Response Protocol that is designed to enable communication between Clients and Servers.Eg:- Client (Web Browser) s… Read More
Version Control Systems - (VCS)
2022-10-27 14:24
What is VCS?Version Control Systems is a category of software tools that helps users(developers) record changes to the software development project files by keeping track of modifications do… Read More
Build And Dependency Management Systems
2022-10-27 14:23
What is the purpose of a Build Tool?Build tools are programs that automates the creation of executable applications from the source code (Eg:- .apk for android Applications, .jar for Java Ap… Read More
Important & Useful Features Of Postman
2022-10-27 14:23
What is Postman? Postman is the collaboration platform for API development. Postman simplifies each step of building an API and streamlines collaboration so you can create better A… Read More
Introduction To Relational Algebra
2022-10-27 14:23
What is Relational Algebra?Relational Algebra is a widely used Conceptual Procedural Query Language. It collects instances of relations as inputs and provides the occurrences (yiel… Read More
2022-10-27 14:22
IntroductionGenerally we creates Git Tags to manage and keep on track of the special releases (Environment wise Releases such as UAT, Production etc.) of a given product. Firstly let's have… Read More
Maven Basics
2022-10-27 14:22
Maven is a commonly used Build and Dependancy Management tool. Firstly let's have a quick look at what are the Build and Dependancy Management Tools are.Simply Build tools are programs which… Read More
2022-10-27 14:22
Docker is a set of platform as a service products that uses OS-level virtualisation to deliver software in packages called containers.Most of you may not able to get a clear overview about D… Read More

Share the post

Devs' Debugger

×

Subscribe to Devs' Debugger

Get updates delivered right to your inbox!

Thank you for your subscription

×