-
Software Development
Workflows Tips #17: Exporting a Flow, When to Use Tables, and Online Meetup Reply
Welcome to another Okta Workflows Tips post. Read all previous tips. In this post: Exporting a flow When to use…
Read More » -
Core Java
The Chimera Function
I’ve written before about a function that essentially does two different versions of the same thing. It’s sort of cute to…
Read More » -
Software Development
The Software Developer Certification Bundle
Java, C#, Python, Redux & More! This 41-Hour Course Bundle Will Help You Get Started in the World of Coding,…
Read More » -
DevOps
Lightweight linting with tree-sitter
Tree-sitter queries allow you to search for patterns in syntax trees, much like a regex would, in text. Combine that…
Read More » -
Core Java
Comments Suggesting Refactoring
Allow me to share with you one of my favourite refactorings. This comment in the code indicates a missing extract…
Read More » -
Enterprise Java
Insane AWS Lambda Speed Up
What makes this post annoying is that we’ve suffered from a slow Lambda cold start for a very long time,…
Read More » -
Web Development
Difference between Mobile and Web App testing
In this fast-paced technological world, organizations have to maximize the visibility of their business to succeed. Since every business’s target…
Read More » -
Web Development
Oh TypeScript!!!
I’ve written before about the weirdness of TypeScript and instance functions of classes. To summarise. Let’s say we’re using map…
Read More » -
JavaScript
Express.js Template Engine
Hello. In this tutorial, we will understand how to a template engine in a simple express.js application. 1. Introduction The…
Read More »