Pablo Cibraro
My notes about software development, security and other stuff.
- OAuth Client Credentials in Azure AD explained for Web API developersClient credentials is one of the OAuth 2.0 flows primarily designed for ad...
- NFTs in Ethereum explainedNFT or Non-Fungible-Token is a relatively new concept that is hard to grasp for many. A token in the scope of a Block...
- Implementing a basic ETH Pool - Exactly Finance's challenge explainedImplementing a basic ETH Pool - Exactly Finance's challenge explained I am still in the process of learning Solidity and Smart contract developm...
- Chainlink Keepers - An alarm clock for your Smart Contractsalt Smart Contracts work in reactive mode. Once deployed in the Blockchain, they go...
- The Web3 ecosystem for EthereumWeb3 is an umbrella term for a new wave of applications that rely on decentralized technologies and the Blockcha...
- Using Merkle Trees for Bulk transfers in EthereumMerkle Trees have become more popular than ever in the last decade for their heavy use in the ...
- Developing a Dapp in Ethreum with Social Authentication using Next.js and Next-Auth-jsalt My last article 101 Smart Contracts and Decentralize...
- Hybrid Contracts, Oracles and ChainlinkIf you already got a chance to review how smart contracts work in a Blockchain like Ethereum, you would ...
- Como emigrar a España como trabajador remotoEspaña ha siempre representado una via de entrada al viejo continente para muchos, especialmente pa...
- Como cobrar en Argentina por exportacion de softwareDigamos que consiguieron un trabajo remoto para una empresa fuera del país, con un buen sue...
- Como emigrar a Estados Unidos siendo programador o emprendedor tecnologicoDesde los comienzos de mi carrera como programador, siempre vi a Esta...
- Trabajar en forma remota desde la Riviera MayaHace unos años, exactamente en el 2016, luego de trabajar casi 8 años continuos en forma remota d...
- Authorization Code Flow with PKCE in Azure AD with ReactAuthorization Code Flow with PKCE The implicit authorization code flow was initially...
- Role Based Authentication for .NET Core APIs with Auth0Auth0 offers two alternatives for implementing authorization in an API, scopes and roles...
- Good practices for user authentication in web applicationsUser authentication is a common concern for almost every web application. If it is no...
- El futuro de sistemas de pago esta en Blockchain y CryptoMi primer desafio - Pago Universal Aun tengo recuerdos de uno de mis primeros proy...
- Como armar un Arcade con RetropieSi sos uno de esos que todavia tenes muy buenos recuerdos de la infancia jugando como loco a los fichines en l...
- Check secret expiration for Azure AD Applications using PowershellWhen you assign a client ID/secret to an Application Registration in Azure AD...
- Getting an Access Token from Auth0 in FlutterAuth0 manages two concepts for representing APIs and Applications (or consumers for those APIs). ...
- Getting an Access Token interactively for Azure AD from PowershellGetting an access token under your credentials is very useful in many scenari...