Tag

Atlant Archives - Atlantbh Sarajevo

Random String Detection
BlogData Science & Analytics
May 15, 2023

Random String Detection

What are Random Strings? Data analysis often presents us with the challenge of dealing with noisy inputs. This is particularly evident when working with large datasets of user inputs. Detecting and filtering out random string inputs can prove invaluable in various scenarios, such as data validation, quality control or the…
ABH Benefits
BenefitsCulture
March 14, 2023

ABH Benefits

When choosing a place of work, what do you take into consideration? Do you evaluate the company culture, and whether you're entering a healthy, supportive work environment? Here in Atlantbh, Atlanters' wellbeing is a priority, and we strive to make our daily lives easy through continuous advancement of ABH Benefits.  …
New cycle of QAmp begins
NewsQAmp
February 23, 2023

New cycle of QAmp begins

Thanks to the success of the first generation of QAmpers, our Talent and QA team had quite a challenge ahead of them. The second cycle of the Atlantbh QA education had over 900 applicants! This is what happens when you have real success stories to share. After a detailed selection…
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…
How we made 2022 look easy
CultureNews
December 23, 2022

How we made 2022 look easy

This year, we finally got a glimpse of the “old normal”. So, we fully embraced it and rolled up our sleeves - and here is what we were up to.  New opportunities Throughout 2022 our engineers got significant new opportunities to grow their careers, use new technologies and further develop…
Atlantbh Scholarships
Scholarships
December 20, 2022

Five years of Atlantbh Scholarships

For the fifth time in a row, we are finishing the year by giving back. Ten young and awesome people have received Atlantbh Scholarships, ready to achieve big dreams and goals.  Just like the fifty youngsters before them, Atlantbh will support them not only financially, but also through education and workshops.…
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…