How to Audit JPA Entities Using Envers in a Spring Boot Application
How to use the Hibernate Envers library to audit JPA entitiesContinue reading on Better Programming »
Read morePosting Images to Bluesky Social with Perl
If a picture is worth a thousand words, just think how much more engaging our articles will be with images attached. A guide for…Continue reading on Better Programming »
Read moreSolo SaaS — How I Built a Serverless Workout App By Myself
Solo SaaS — How I Built a Serverless Workout App By MyselfTaking on SaaS can be terrifying, but it doesn’t have to be. The right tools and proper mindset can take you from idea to production in no time.This has been a relaxing summer. Back in June, I decided to take a break from
Read moreHow to Send Emails with React Using Resend
Learn how to quickly and easily create and send emails with React Email and Resend, and build a contact form for sending emails with Next.js. Continue reading How to Send Emails with React Using Resend on SitePoint.
Read moreFrom startup to Google and back again (Ep. 595)
Ben and Cassidy talk with programmer and developer advocate Sean Falconer, Head of Developer Relations and Marketing at Skyflow, ex-Googler, and host of the podcasts Partially Redacted and Software Engineering Daily. They cover why Sean pivoted from academic to cofounder, why AI is sparking excitement and anxiety in the DevRel
Read moreUp-down permutations
An up-down permutation of an ordered set is a permutation such that as you move from left to right the permutation alternates up and down. For example 1, 5, 3, 4, 2 is an up-down permutation of 1, 2, 3, 4, 5 because 1 < 5 > 3 < 4
Read moreChris’ Corner: Clever CSS Ideas & Explanations
If you think frosted glass effect in CSS, you probably think of the backdrop-filter property. Just backdrop-filter: blur(10px); will do the trick. I still think the look is kind of cool and fresh, but I should check myself a little here as the effect was popularized in the iOS 7
Read moreVariance of binned data
Suppose you have data that for some reason has been summarized into bins of width h. You don’t have the original data, only the number of counts in each bin. You can’t exactly find the sample mean or sample variance of the data because you don’t actually have the data.
Read moreState Management Using Protocol-Oriented Programming + Generics
Photo by Lukas Tennie on UnsplashIn this article, I would like to show one of the most convenient ways to manage the state of an object using a protocol-oriented approach and generics.This approach is widely used in marketplaces, the banking environment, the service sector, and so on, and assumes that for
Read moreThe Manager Trinity: Productive Individuals
The manager’s guide to nurturing individual happiness and driving successPhoto by Joshua Earle on UnsplashWhether you’re a budding manager or a seasoned pro, this article uncovers the essential principles of successful managers, focusing on the first tenet of the manager’s job: making individuals happy and productive. By honing in on this aspect,
Read more