Developers
- Python
Strategy Design Pattern in Python
- Developer Day
Developer Day Helps Developers Build the Future of Identity
- Kubernetes
Deployment Strategies In Kubernetes
- Spring
Spring Cloud Messaging With AWS and LocalStack
- Ktor
Adding Auth0 RBAC Authorization to a Ktor API
Learn how to add Auth0 RBAC authorization to Ktor HTTP API endpoints
- JAVA
A Complete Guide to Lombok
Let’s see everything you should know to start using Project Lombok. We will have a look at how to integrate it into your IDE and use it to avoid boilerplate code.
- Ktor
Adding Auth0 Authorization to a Ktor HTTP API
Learn how to integrate Auth0 with a Ktor application using JWT Authorization
- Ktor
Creating an HTTP API with Ktor and Kotlin
Explore the details of a simple Ktor application exposing an HTTP API
- Python
How to Make a Twitter Bot in Python using Tweepy
A reply-to-mention Twitter bot that can reply to every tweet where it got mentioned with a specific keyword with an auto-generated image.
- Zappa
Deploying Django RESTful APIs as Serverless Applications with Zappa
Learn how to develop a serverless Django API, deploy it to AWS using Zappa, and secure it with Auth0.
- .NET
Permission-Based Security for ASP.NET Web APIs
Checking user permissions allows you to have more control over access to your ASP.NET Web API.
- Digital Currency
101 Smart Contracts and Decentralized Apps in Ethereum
- Python
How to Handle JWTs in Python