Category

Category: Software Development

Why You Should Use Pre-Trained Models Instead of Training From Scratch

Expert Opinion Aug 23, 2025

Why You Should Use Pre-Trained Models Instead of Training From Scratch

When it comes to artificial intelligence (AI), one of the biggest decisions developers face is whether to train a model from scratch or leverage a pre-trained model. While building your own model might sound appealing, the reality is that pre-trained models often deliver faster results, lower costs, and better performance. In this blog, we’ll explore […]

Read article
You have divergent branches

Coding & Programming May 25, 2024

You have divergent branches

Introduction When working with Git, you might encounter a situation where your local branch has diverged from its remote counterpart. This means that both branches have commits that are not in the other and this is called divergent branches. To reconcile these differences, you have a few options for how you want Git to handle […]

Read article
Merge made by the ‘ort’ strategy

Coding & Programming May 12, 2024

Merge made by the ‘ort’ strategy

Introduction Git, the popular version control system, constantly evolves to improve performance and efficiency for developers. One such evolution is the introduction of the ORT (Ostensibly Recursive’s Twin) merge strategy in Git 2.33. In this blog post, we’ll delve into what ORT is, its benefits, and the considerations developers should keep in mind when using […]

Read article
Best programmers are Lazy and Dumb Because …..

Software Development Jul 22, 2017

Best programmers are Lazy and Dumb Because …..

I have been doing programming for 17 years and during such a long time period I have met many people who are into same profession. Some are very enthusiastic and claim that they are the best. While on the other hand some people think that they don’t know much and they have to learn many things. […]

Read article