7 Stories by Frank Joseph
Explore Medusa, a headless CMS that offers many benefits like decoupled architecture, scalability, and the ability to write and deploy code everywhere.
Microservices allow us to build our software components separately so that a fault in one component won’t affect the functionality of the entire software...
Learn how the glob pattern can be used in Node.js along with fs to read files in an application.
Gain the foundational knowledge required to get started as a blockchain developer, like developing a block and a custom cryptocurrency.
Explore DeFi and Instadapp, reviewing some of the associated features and history, as well as the basics for managing decentralized finance with Instadapp
Introduced when the Ethereum network was clogged by the CryptoKitties game, Flow aimed to create a blockchain platform to accommodate billions of users on...
Handling dates and times in Python is not always straightforward. Simplify the process using the Python datetime module.