Day: January 15, 2024
12 posts
Nondestructive Testing (NDT) of Commercial Aircraft Wheels
Aircraft wheels are put through aggressive and cyclic NDT inspection protocol and the wheel’s potential for failure has…
What is Jamstack in 2024?
This is my fourth year doing this update. Some of you may be wondering, “But Brian, didn’t you…
I made a website teaching you how to calculate the weekday for any past or future date
Wanting to start learning Next.js and being curious about server components, I started building and ended up with…
Burnout in product managers: Don’t let it happen to you
New year, new you? If you’re in the business of making resolutions then one you should certainly put…
Common Challenges in API Automation Testing and How to Overcome Them
What is API Automation Testing? Common API Automation Testing Challenges Best Practices for Implementing API Automation Testing Business…
I’m creating a new tech community
What’s up folks! I’m here to recruit the coolest people to join my new community. Recently I decided…
Open Finance: What Is It and How Does It Work?
In the last few years, the financial industry has undergone a big transformation, giving way to new forms…
500+ Vue.js Tailwind CSS UI Components – TailGrids Vue
Thrilled to announce that TailGrids is now also available for Vue.js! Our TailGrids Tailwind CSS UI Components, already…
12 Popular but Useless VS Code Extensions You’re Probably Using
Visual Studio Code (VS Code) is undoubtedly one of the most popular code editors, known for its versatility…
std::optional? Proceed with caution!
The std::optional type is a great addition to the standard C++ library in C++ 17. It allows to…