Seeing members of the Atlantbh Sports Team in a race is not unusual. Sport is a bond many of us share, and it gives us an opportunity to spend time together outside the workplace. Our team entered both the 5K team run and the 10K races organized by Sarajevo Marathon, and they won some trophies but, most importantly, beat their own personal running records and had a blast!

For the 5K team run, Atlanters had to work together as a team, as every individual’s run time contributed towards the final result. They showed both their top form and team spirit, and ended up winning first and third place in the mixed team category. Congratulations to Samra, Adna, Asmir, Kerim, Marko, Darko, Kenan and Bakir – you make running look easy!

Atlantbh Sports Team

Besides running, Atlanters often gather together to play other sports. We play football and basketball weekly and visit the Olympic Mountains as a team every weekend during the winter to ski and snowboard together. 

Atlantbh provides the FitPass card for those who prefer the gym or other recreational facilities – such as the pool. This #abhPerk has motivated many of us to adopt a healthier lifestyle and start going to the gym.

Read more about Atlantbh culture!

Decorator pattern
Software DevelopmentTech Bites
January 23, 2023

Decorator pattern

Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code. A decorator pattern allows users to add new functionality to an existing object without altering its structure. This design pattern comes under…
JPA annotations in Hibernate
Software DevelopmentTech Bites
January 5, 2023

JPA annotations in Hibernate

Suppose you have wondered how we interact with relational databases without (directly) using SQL queries. In that case, the answer usually lies in Object-Relational Mapping (ORM), which will do the job of converting Java objects and statements to database tables and related queries. Hibernate comes into this story as the…
Dynamic programming
Software DevelopmentTech Bites
December 9, 2022

Dynamic Programming

Dynamic programming is both a mathematical optimization method and a computer programming method. By definition, it is a technique in computer programming that helps to efficiently solve a class of problems with overlapping subproblems and optimal substructure properties. It refers to simplifying a complicated problem by breaking it into simpler…

Leave a Reply