-
JavaScript
Url shortener in node.js
Hello. In this tutorial, we will take a look at implementing the url shortener in the nodejs application with the…
Read More » -
Software Development
Portfolio Architecture Examples – Application Development Collection
For a few years now we’ve been working on a project we have named Portfolio Architectures. These are based on selecting…
Read More » -
Software Development
AWS Cloud Essentials Course
Boost Your Earning Potential in Just One Hour with this Crash Course in AWS Cloud Practitioner & Technical Essentials Hey…
Read More » -
Core Java
Java Hashtable, HashMap, ConcurrentHashMap – Performance impact
There are a good number of articles that articulate functional differences between HashMap, HashTable and ConcurrentHashMap. This post compares the…
Read More » -
Software Development
Workflows Tips #18: Access All User Properties, Output for If/Else Condition, and Partial User Update
Welcome to another Okta Workflows Tips post. Read all previous tips. In this post: Use Read User card to access…
Read More » -
Software Development
How to Handle an External API Call Error in Workflows
The Okta Workflows team holds weekly community office hours where you can ask questions about workflows, uses cases, and share…
Read More » -
Software Development
Queue Processing Considerations
Overview We may choose to use a queue to link parts of our process together. There are a few reasons…
Read More » -
Software Development
Best Coding Languages for Trading Bots
Crypto traders who are considering creating their own trading bots or customizing existing trading bots regularly ask which coding language…
Read More » -
Core Java
Functional Decomposition
Why Do I Have To Have A Function? function giveBonus(currentYear, price) { if ((currentYear % 4 === 0) && price…
Read More »