The Digital Meadow
Home
Subscriptions
Explore
Dashboard
Newsletter
New post
The Digital Meadow
The Digital Meadow
The Digital Meadow
Sign in
Toggle theme
The Digital Meadow
Written by
Gabriel Chamon Araujo
Subscribe
Subscribe
Subscribers
<100
Posts
3
Collects
0
View all posts
Posts tagged with
python
(3)
The Digital Meadow
Aug 7
Using Mamba to manage R dependencies on AWS Lambda
In this post we explore an approach to running R on AWS Lambda that is fast and reliable, when we need specific system dependencies not available to CentOS 7
Lazy Man's guide to managing Azure Active Directory
The Digital Meadow
Nov 2
Introduction There may come a time when the developer or admin must deal with Azure AD and all its quirks. I for instance don't get very excited at the prospect of having to go through Microsoft's documentation or interact with Azure AD questionable interface, whose user experience is less then o...
[Python] SSO using Flask, requests-oauthlib and pyjwt
The Digital Meadow
Nov 28
Using flask, requests-oauthlib, pyjwt and selenium to generate, validate, decode and retrieve JWT tokens in a complete CLI-Backend flow