Recent Posts

Prevent LDAP injection in Java with SpringBoot

Author: Vincent Vauban Original post on Foojay: Read More LDAP (Lightweight Directory Access Protocol) is essential for managing and accessing directory information in Java web applications. However, it’s crucial to understand and prevent LDAP Injection, a serious security vulnerability that can lead to unauthorized access and data breaches. Following OWASP Recommendations, such as validating user inputs and using parameterized queries, …

Read More »

Front End Debugging Part 2: Console.log() to the Max

Author: Shai Almog Original post on Foojay: Read More Understanding Front-End Logging vs. Back-End Logging Leveraging Console Log Levels Customizing Console Output with CSS Stack Tracing with console.trace() Assertions for Design-by-Contract Printing Tables for Clearer Data Visualization Copying Objects to the Clipboard Inspecting with console.dir() and dirxml() Counting Function Calls Organizing Logs with Groups Chrome-Specific Debugging Features Final Word In …

Read More »

Foojay Podcast #62: Better Coding with AI: Friend or Foe?

Author: Frank Delporte Original post on Foojay: Read More AI, LLMs, ChatGPT—these are just a few of the buzzwords of the massive revolution unfolding right now. These tools are reshaping how we work, but they come with a catch: while they help us work faster and smarter, we need to be careful about placing too much trust in them. I’ve …

Read More »