loader image

News

Keep up with the latest trends and stay updated on the next generation of tech industry!

Programming

OCP exam and how to tame it (Java 17)

OCP (Oracle Certified Professional) exam is the official test for all Java developers who want to examine their Java programming skills and in-depth understanding of the language. Since I was able to pass the exam, I have decided to document and share my experiences throughout this process to make it easier for anyone who decides to embark on this journey in the future. Keep reading to find out the 3 main steps I followed while studying for the exam.

Read More »
Programming

Foreign data wrappers

In the world of data management, there’s a constant need to access and analyze data from multiple sources. But what if you could bring all of that data into one place, without the need for complex data pipelines or manual data transfers? That’s exactly what Foreign Data Wrappers in PostgreSql enable you to do. With these powerful tools, you can seamlessly integrate data from external sources into your database, opening up a world of possibilities for data-driven insights and analysis.

Read More »
Programming

What is new in Java 16?

The open-source Java 16 (Java SE 16 and JDK 16) is coming out tomorrow, on March 16th, 2021. and will be available to the general public. JDK 16 will be a short-term release, supported only for six months. JDK 17, due in September 2021, will be a long-term support (LTS) release that will receive several years of support. The current LTS release, JDK 11, was released in September 2018.

Read More »