1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Recent Posts

Compiler optimalisaties

Article JAVA Magazine 04 – 2021 Misschien zijn compiler optimalisaties wel het minst interessant om te gebruiken, omdat als je performanceproblemen hebt, je deze vaker kunt vinden in database optimalisaties of op andere plekken. Desalniettemin is het interessant om te weten wat er allemaal onder de motorkap gebeurt in Java. In dit artikel gaan we een aantal stukjes code bekijken …

Read More »

Creating SBOMs with the Snyk CLI

Author: Brian Vermeer Original post on Foojay: Read More Table of Contents What are SBOMs?Why do we need SBOMs?Creating SBOMs with the Snyk CLI Installing the Snyk CLI Generate SBOMs using the Snyk CLI Multiple projects Automating SBOM generation with the Snyk CLI Analyzing SBOMs Snyk CLI SBOM Test Supplying up-to-date SBOMs with Snyk The software bill of materials (SBOM) …

Read More »

Code Reviews with AI: a Developer Guide

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents Code generated by AI code assistantsThe Traditional Code Review Struggle: Familiar Pain PointsAI to the Rescue: Enhancing Code Reviews Code reviews are a cornerstone of software development. They’re where we share knowledge, catch bugs early, and ensure our code meets the highest standards. But let’s be honest… Traditional …

Read More »