BLOG

Latest Articles

How to use Generics in Java? [In-Depth Tutorial]

The guide will begin by introducing the basics of generics, including the syntax and its advantages. Then, it will delve deeper into the various ways in which

By bashiralam · 10 min read · JAVA

How to cut video with OpenShot? [SOLVED]

OpenShot is a free and open-source video editing software that can be used to cut, trim, and edit videos on Linux, Windows, and macOS. It provides an

By omercakmak · 4 min read · Tips and Tricks

How to list packages in a yum group? [SOLVED]

Being able to list packages in a YUM group can be helpful for a variety of reasons, such as ensuring that all necessary packages are installed for a specific

By omercakmak · 5 min read · Linux

Hexagonal Architectural using Go [In-Depth Tutorial]

Hexagonal Architecture, also known as Ports and Adapters Architecture or Clean Architecture, is a software architecture pattern that emphasizes the separation

By antonyshikubu · 12 min read · GO