Articles
In our blog, we share useful insights on a wide range of topics related to IT systems, software, and security.
Design Patterns - Introduction and the Abstract Factory
The core idea behind design patterns has been present in software development since 1987. Some programmers know a lot about patterns, others less — but their usefulness is rarely questioned. At ponte.hu, we ...
Learn more
Refactored
Mastering refactoring has become increasingly important for programmers in recent years. In our rapidly changing world, there is a strong need to continuously reshape existing codebases into forms that are m...
Learn more
Publishing to Maven Central
Do you have a great idea? Or have you already implemented it? Would you like other developers to be able to use it as well? Then you’re in the right place! We’ll show you how you can publish your code to Mav...
Learn more
Are You Using Your Resources Correctly?
Vector or raster images, fonts, colors, localization texts. What do they have in common? They are all resources, and whenever you need to work with them, they are guaranteed not to be in the proper format. R...
Learn more
Knowledge base
We support the development of our colleagues through professional workshops, offering biweekly and monthly lecture series as well.
Migration
How do we handle an unfamiliar external database? How can we align the incoming data with DOKK’s logic? How do we ensure everything ends up in the correct format? The presentation covered the migration process, its steps, potential challenges, and possible solutions.
Next.js 13
How can Next.js 13 save you time when building web applications? What other advantages does it offer? The session explored components and discussed when to use each type, because performance matters…
TestLink
An introduction to TestLink: What can it be used for, and what can’t it? How does the system work? What does a typical testing process look like? How much does TestLink simplify testing and documentation?
Ponte Release Processes
The new Ponte release script was introduced, designed to simplify the release process. The theoretical overview was combined with a live demo, allowing us to see firsthand the efficiency of the release script in action.