What is an index in SQL and what questions should we ask before deciding to use one?
[Read More]
Lombok's @SneakyThrows - When and why it should be used
Let's discuss how to use checked exceptions, when checked exceptions get in the way of us working, and how we can utilize Lombok's @SneakyThrows to handle checked exceptions.
[Read More]
Optimal where clause in Neo4j
This should be a fairly short post but I’m hoping that by writing it down, I’ll stop googling this same question every time I’m reviewing a pull request that involves a neo4j query.
[Read More]
Let's get sticky with it
Round two of ES6 flags for regexes in javascript. How to use the sticky flag and what are some use cases?
[Read More]
ES6 + regex + unicode = 💕
Let's explore how to use the new unicode flag for regular expressions that was introduced in ES6 of javascript.
[Read More]