Tasmin Lofthouse
18 posts
Redoed #2: Containerizing the Go Server and PostgreSQL with Docker
Building Redoed : Containerizing the Go Server and PostgreSQL with Docker Now that we’ve got a basic HTTP…
How does Optional.ifPresent() differ from Optional.orElse()?
Optional.ifPresent() and Optional.orElse() are two methods in Java’s Optional class, designed to handle optional values gracefully, but they…
How To Add The Whitelist for Your Ingress-Nginx Controller of K8S?
Introduction Access control is a critical aspect of securing your Kubernetes applications. One way to enhance security is…
How to Create a RESTful API with Node.js: A Step-by-Step Guide
In today’s tech landscape, APIs (Application Programming Interfaces) are essential for building robust applications. RESTful APIs are a…
OLAP (Online Analytical Processing)
OLAP (Online Analytical Processing) is a technology that enables analysts to extract and query data interactively from multidimensional…
7 Psychology-Backed Reasons Why People Buy — Whiteboard Friday
In this episode of Whiteboard Friday, Tasmin dives into the world of psychology. She shares mental models to…
What is GenAIScript?
I recently got to hang with Peli de Halleux (@pelikhan) to discuss the GenAIScript project. Unlocking the Power…
How to Close More Sales With Emotion-Driven SEO
Wish your content led to more sales? Use these emotion-driven SEO tactics to create people-first content that sells.
17. Letter Combinations of a Phone Number
17. Letter Combinations of a Phone Number Medium Given a string containing digits from 2-9 inclusive, return all…
Generating Fake Django Model Instances with Factory Boy
As you might know, I am developing PyBazaar, a Python Developer Marketplace. For a project of that scope,…