Pattern Matching en Java

Introducción Si el tema de pattern matching te resulta nuevo, puede que lo relaciones con el uso de expresiones regulares. Las expresiones regulares son una forma de pattern matching que se ...
0 Read More

Debug

🐞 Cómo Configurar Debug en VS Code para Python, Java, JavaScript y PHP (Xubuntu 24.04) ⚙️ Una guía paso a paso para tener un entorno de desarrollo moderno y funcional en VS Code con...
0 Read More

Java basic stuffs 🥷

Date : 07-April-2025Java Basic things:In Java only two types of symbols cam end the block of code or puttig end to the statement.One is -> ; anothher one is -> { }These are the two types of way ...
0 Read More

Day 6 Towards my Career

I am so here to give my preparation towards my career goal I oracle I have gone through the sub queries .ROWID, inline views , I have started the PL?SQL basic I came to know about the syntax I have n...
0 Read More

10.3 Enums no lugar de constantes

A nova API de datas do Java recomenda o uso de Enums, como Month e DayOfWeek, em vez de constantes numéricas (ex: Calendar). Vantagem: código mais legível e seguro.LocalDate.of(2014, Month.DECEMBER...
0 Read More