Data architecture vs backend architecture

A modern tech stack typically involves at least a frontend and backend but relatively quickly also grows to include a data platform.

From: Erik Bernhardsson

Happy New Year! My 2019 Goals

Happy New Year! My 2019 Goals

From: Dan Vega

My 2018 Year in Review

My 2018 Year in Review

From: Dan Vega

MacBook Pro Setup: My setup with detailed instructions

MacBook Pro Setup: My setup with detailed instructions

From: Dan Vega

Chlorine: Clojure integration for Atom

I've been using the Atom editor for about two years now.

From: Sean Corfield: An Architect's View

SQL NULL, s/nilable, and optionality

Rich Hickey gave a very thought-provoking talk at Clojure/conj 2018 called Maybe Not, where he mused on optionality and how we represent the absence of a value.

From: Sean Corfield: An Architect's View

Clojure 1.10's datafy and nav

One of the more mysterious new features in Clojure 1.

From: Sean Corfield: An Architect's View

New Course: Getting Started with Spring Boot 2

New Course: Getting Started with Spring Boot 2

From: Dan Vega

Cleveland Women in Tech Conference Recap

Cleveland Women in Tech Conference Recap

From: Dan Vega

Cleveland Women in Tech Presentation

Cleveland Women in Tech Presentation

From: Dan Vega

Excited About Clojure/conj

It has been a crazy busy year, both at work and personally, and it's hard for me to believe my last blog post was in April!Clojure/conj is coming up fast and the schedule was posted today, which has made me even more excited about it.

From: Sean Corfield: An Architect's View

The hacker's guide to uncertainty estimates

It started with a tweet: New years resolution: every plot I make during 2018 will contain uncertainty estimates — Erik Bernhardsson (@bernhardsson) January 7, 2018 Why? Because I've been sitting in 100,000,000 meetings where people endlessly debate whether the monthly number of widgets is goi...

From: Erik Bernhardsson

Connect To SQLite DB using CFML via CommandBox Task Runners

Here's a quick trick on working with a SQLite DB from CFML quicky and easily.

From: Coders Revolution

Using OSGI To Load A Conflicting Jar Into Lucee Server

This post falls in the category of something that took me several hours to figure out and other people are not likely to figure it out on their own and I'm likely to forget it if I don't write it down! The problem is if you have a jar file with some 3rd party library that you want to use in Lucee.

From: Coders Revolution

I am joining Tech Elevator

I am joining Tech Elevator

From: Dan Vega

I don't want to learn your garbage query language

This is a bit of a rant but I really don't like software that invents its own query language.

From: Erik Bernhardsson

Business secrets from terrible people

I get bored reading management books very easily and lately I've been reading about a wide range of almost arbitrary topics. One of the lenses I tend to read through is to see different management styles in different environments.

From: Erik Bernhardsson

Using Adobe cf_scripts in CommandBox behind IIS/Boncode

This post falls in the category of something I hammered out for a client today and I thought to myself, "Wow, that's just obscure enough that no one would probably figure it out on their own.

From: Coders Revolution

New approximate nearest neighbor benchmarks

As some of you may know, one of my side interests is approximate nearest neighbor algorithms.

From: Erik Bernhardsson

Missing the point about microservices: it's about testing and deploying independently

Ok, so I have to first preface this whole blog post by a few things: I really struggle with the term microservices. I can't put my finger on exactly why. Maybe because the term is hopelessly ill-defined, maybe because it's gotten picked up by the hype train.

From: Erik Bernhardsson

Interviewing is a noisy prediction problem

I have done roughly 2,000 interviews in my life. When I started recruiting, I had so much confidence in my ability to assess people. Let me just throw a couple of algorithm questions at a candidate and then I'll tell you if they are good or not!

From: Erik Bernhardsson

What you should learn as a Java Developer in 2018

What you should learn as a Java Developer in 2018

From: Dan Vega

All The Paths

With the recent arrival of clj and tools.deps.alpha as a "standard" lightweight way to run Clojure programs and the seed for tooling based on deps.edn dependency files, it's time to take a look at the terminology used across Clojure's various tools.Running Java/JVM Programs

From: Sean Corfield: An Architect's View

Waiting time, load factor, and queueing theory: why you need to cut your systems a bit of slack

I've been reading up on operations research lately, including queueing theory. It started out as a way to understand the very complex mortgage process (I work at a mortgage startup) but it's turned into my little hammer and now I see nails everywhere.

From: Erik Bernhardsson

Lessons from content marketing myself (aka blogging) for five years

I started writing this blog in late 2012, partly because I felt like it would help me improve my English and my writing skills, partly because I kept having a lot of random ideas in my head and I wanted to write them down somewhere.

From: Erik Bernhardsson