Dive deeper into Your Passion for IT, Design & Coding with Unlimited Access to 1000+ Courses Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive 95% off on StackSkills Unlimited: Lifetime Access. Get it now with only $69,00 instead of the original price of $1495. Continuing to learn new ...
Read More »Simple retry until with WGet
Ensure some commands are executed only when a service is up is a common need ofdocker-compose or evenKubernetes when using some container to setup some state. If you can usewget, it has almost this feature built-in. For a HTTP backend, awaiting it is ready – most of the time its healthcheck too – is often testing a resource returns a ...
Read More »Java 19: Virtual Threads
Java 19 introduces Virtual Threads, which are lightweight threads designed to improve application throughput. This is a preview language feature so must be enabled using --enable-preview. As you know, the JDK implements platform threads (java.lang.Thread) as thin wrappers around operating system (OS) threads. OS threads are expensive to create, and the number of threads is limited to the number of ...
Read More »Workflows Tips #50: Tips, How-To Guides, Online Meetups, Videos and Community
Welcome to Okta Workflows Tips post. Read all previous tips. Wow, this is Workflows Tips edition #50! In this post: Tips How-to guides Online meetups Videos Community 🔮 Tips We have a collection of amazing tips and tricks, many of them are from the Workflows community. Okta Workflows Tips How-to guides on the Okta blog 28 how-to guides based on ...
Read More »The 2023 Coding with Scratch Programming Bundle
Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive 97% off on The 2023 Coding with Scratch Programming Bundle. Get it now with only $25,00 instead of the original price of $1000. This is a 5 course bundle that includes the following lessons. Intro to Coding with Scratch Scratch ...
Read More »The Google Analytics 4: A Beginners Guide Bootcamp Bundle
Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering a massive 95% off on The Google Analytics 4: A Beginners Guide Bootcamp Bundle. Get it now with only $29,99 instead of the original price of $600. This is a 3 course bundle that includes the following lessons. Google Analytics 4: A ...
Read More »What is Continuous Testing?
Testing is a crucial part of the Software Development LifeCycle(SDLC). Testing should be included in every stage of the SDLC to get faster feedback and bake the quality within the product. Test Automation can get you excellent results if it is implemented and used in an efficient way and Continuous Testing is the right approach. The Continuous Testing market is ...
Read More »Design Patterns Cheatsheet
1. Introduction Design patterns are reusable solutions to common software design problems. They provide a way to describe and document software architectures, as well as a common vocabulary for developers to communicate about software design. There are several types of design patterns, including creational, structural, and behavioral patterns. Creational patterns deal with object creation mechanisms, trying to create objects in ...
Read More »Workflows Tips #49: Note Card In Every Flow, Add a Comment to Card Fields and How to Create a Report in Workflows Meetup Recording
Welcome to Okta Workflows Tips post. Read all previous tips. In this post: Drop a Note card in every flow Add a comment to card fields Create a Report in Okta Workflows – meetup recording Drop a Note card in every flow This tip is from Brian Wilkins, IT Engineer at a16z. Drop a “Note” card in the beginning of ...
Read More »