-
DevOps
Using rlimit (And Why You Should)
I’ve been going through some old notes and came across a reminder of setrlimit(2). This is a C system call…
Read More » -
Core Java
Getting A List of Available Cryptographic Algorithms
How do you learn what cryptographic algorithms are available to you? The Java spec names several required ciphers, digests, etc.,…
Read More » -
Core Java
Getting an Infinite List of Primes in Java
A common problem is to determine the prime factorization of a number. The brute force approach is trial division (Wikipedia,…
Read More » -
Software Development
Fibonacci and Lucas Sequences
This posts touches on three of my favorite topics – math, transferring knowledge through experience (tutorial unit tests) and the…
Read More » -
Software Development
Do You Have Tutorial Unit Tests?
I haven’t posted much recently because I’ve been busy with my new job. This brings up an interesting question –…
Read More » -
Enterprise Java
Creating Maven Source and Javadoc Artifacts
Many people are aware of maven source and javadoc artifacts but don’t know why they would want to create them.…
Read More » -
Enterprise Java
Creating Sonarqube Projects
Sonarqube (nee Sonar) is da bomb. It’s not something you have to check daily but if you’re serious about quality…
Read More » -
Software Development
The Definitive Guide to Coding Style Standards
I’ve been rereading Jeff Atwood (Coding Horror) and Joel Spolsky (Joel on Software) and came across a discussion of coding…
Read More » -
Enterprise Java
Project Student: Maintenance Webapp (editable)
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More »