Day: July 28, 2024
11 posts
API Documentation With Swagger And Redoc – FastAPI Beyond CRUD (Part 21)
In this video, we explore API documentation with FastAPI, we look at how it automatically generates detailed API…
How to be assertive (nicely) at work as a manager
“I work with project managers around the world, and increasingly there’s one success trait that I find could…
Replacing Switch Statements with ChainStrategy
Problem Statement This article is a quick introduction and example of implementing a strategy via the ChainStrategy library.…
Remote Workers, Beware: 5 Cybersecurity Pitfalls That Could Ruin Your Job (And How to Avoid Them!)
In the age of telework—cyber threats lurk behind every click, and your home office could be a hacker’s…
Laser Components Germany Honored as “Bavaria’s Best 50”
Laser Components Germany is one of the fastest-growing medium-sized companies in the Free State of Bavaria and made…
How to create a global package using Node.js
Creating a global package with Node.js allows you to use your custom scripts and tools from any directory…
Python – Assignment Operators
We will see about 4 assignment operations in Python as below, Less than Greater than Equals to Not…
Sunday Rewind: Key experience indicators for product managers by Tomer Sharon
What are key experience indicators and how and when do you use them? This week’s Sunday Rewind gives…
Day 27 of 100 Days of Code
Sat, July 27, 2024 Today I’m finishing up the last project. On the one hand, I understand the…
Understanding JSON Web Tokens (JWT) for Secure Information Sharing
In the world of software architecture, especially when dealing with multiple parties and secure authentication/authorization, a robust mechanism…