Open in app

Sign in

Write

Sign in

Chazool
Chazool

17 Followers

Home

About

Sep 25

Managing Multiple Database Connections in Golang

Introduction As software engineers, often encountered situations where applications need to work with multiple databases, each with its unique requirements and configurations. Efficiently handling these various database connections while adhering to coding best practices is crucial for building robust and easily maintainable applications. In this article, the topic of managing multiple…

Golang

4 min read

Managing Multiple Database Connections in Golang
Managing Multiple Database Connections in Golang
Golang

4 min read


Sep 9

The Pitfalls of Directly Using Third-Party Modules in Your Golang Production Code

Introduction Third-party modules have become an integral part of modern software development, offering a way to extend functionality without reinventing the wheel. In the realm of Golang development, third-party modules provide a valuable shortcut to building robust applications efficiently. They range from database drivers like GORM and logging libraries such as…

Golang

5 min read

The Pitfalls of Directly Using Third-Party Modules in Your Golang Production Code
The Pitfalls of Directly Using Third-Party Modules in Your Golang Production Code
Golang

5 min read


Jun 9, 2021

JVM — Class Loader Subsystem

In Java Virtual machine it is necessary to have a class loader subsystem. .class files are read and loaded with this class loader subsystem and it saves the bytecode in the JVM method area Loading Linking Initialization Loading As the Class loader subsystem reads class files which are stored in the…

5 min read

JVM — Class Loader Subsystem
JVM — Class Loader Subsystem

5 min read


Jun 7, 2021

Java Collection Framework

01. Collections An array is an indexed Collection of a fixed number of homogeneous data elements. The Main advantage of Arrays is we can represent multiple values with a single variable. So that reusability of the code will be improved. Arrays are fixed in size i.e. once create an array with some…

9 min read

Java Collection Framework
Java Collection Framework

9 min read


Jun 7, 2021

Multithreading in Java

Multitasking If we can execute several tasks simultaneously we call that concept multitasking. There are two types of multitasking. Process Based Multitasking 2. Thread Based Multitasking Process Based Multitasking Process based multitasking is the execution of multiple tasks at the same time, each of which is a separate independent program (process). Example : We…

11 min read

Multithreading in Java
Multithreading in Java

11 min read


Jun 7, 2021

Hight Way Vehicle Passer

Background Highways play an important and major role in making travelling easier and convenient. It enhances the transport system by reducing transport cost, travelling time by making transportation schedules and deliveries more timely and reliably. When it comes to the economy, highway transportation is really special and important. People who work…

21 min read

Hight Way Vehicle Passer
Hight Way Vehicle Passer

21 min read

Chazool

Chazool

17 Followers

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams