Naive Bayes — Problem Set with Answers
20 problems covering probability, Naive Bayes, Gaussian NB, MSE, evaluation metrics, and the bridge to logistic regression. Work each one before reading the answer.
20 problems covering probability, Naive Bayes, Gaussian NB, MSE, evaluation metrics, and the bridge to logistic regression. Work each one before reading the answer.
A study guide built from first principles — probability, conditional probability, Multinomial NB, Gaussian NB, linear regression, and evaluation metrics.
Setting up a JAX-RS REST API using Jersey, documenting it with Swagger, and the configuration that trips people up.
SQL patterns that come up repeatedly when working with financial data in Oracle — date handling, reconciliation queries, and aggregations that don't lie to you.
Setting up JMeter to load test a Java REST API — the tests I actually run and what I look for in the results.
How to use Maven profiles to build the same application for WildFly 17 in non-production and JBoss 4.1 in production.
What actually goes in Maven settings.xml, and how to use profiles to manage different environments without hardcoding anything.
Lessons from building and maintaining multicurrency payment systems in financial services.
Configuring Apache httpd as a reverse proxy with Kerberos (SPNEGO) SSO and IP whitelisting in front of a Java application.
Lessons from moving a 20+ year old Java codebase from JDK 6 to JDK 11 without production noticing.