Contents
Java
- Mastering Java Testing With JUnit, Mockito, and AssertJ in IntelliJ IDEA by Kenneth Kousen – Ken Kousen
Good intro to testing in Java for beginners - Let’s Set the Records Straight – Dr. Venkat Subramaniam
Great talk, as usual, for Venkat Subramaniam
Typescript
- 7 Highly Effective TypeScript Utility Types – Alex Efimenko
Describes keyof, ReturnType, Awaited, Pretty, Partial, Required and Omit - Very Useful Tricks for TypeScript as const – Bytefer
How to make complex variables constant - Top 5 Advanced TypeScript Features – Daniel Craciun
Description of ‘as const’, ‘satisfies’, ‘extends’, ‘infer’ and ‘Generics’ - 10 Advanced TypeScript Tricks for Experienced Developers – Chandan Kumar
Good to see these features at a glance
Python
- 10 Python Libraries You Should Be Using for Data Science (But Probably Aren’t) – Pralabh Saxena
Parallel computing and ML support - Introducing IceCream: Never Use Print() To Debug Your Python Code Again – Avi Chawla
The use of ic(…) is much nicer than print
Spring Boot
- Creating a Spring Security Key for Signing a JWT Token – Olayemi Michael
JWT Tokens should be encrypted – here is the way
React
- React 19 is Coming, What’s New? – Wei Jun
Great features – will they come?
Tools
- 11 Cool Chrome Devtools Tips and Tricks I Wish I Knew Already – fatfish
Even after knowing a lot of tricks in Chrome there are already 2 or 3 new one
AI
- A New Easy Desktop UI for Running Open-Source LLMs: Jan – Gene Bernardin
I like LM Studio, but Jan seems to be also interesting - Three Underrated ChatGPT Use Cases – Jordan Gibbs
Shows the use of ChatGPT for naming - How to Run 70B LLMs on a Single 4GB GPU – Simone Tedeschi
This approach saves memory but will (obviously) cost time - Generative AI for Beginners: Part 1 — Introduction to AI – Raja Gupta
An introduction series to the wide field of AI (at the momement 1st of 7 blogs) - Ditch Public AI, Use Private One! – Tom Smykowski
Use LM-Studio to have fun with local AI while coding (in Visual Studio Code)
UI
- 16 little UI design rules that make a big impact – Adham Dannaway
There are a lot of books about UI design rules – here there are 16 in compressed form