Blog

All my posts

A Beautiful girl sent me this...

Aug 08, 2023

A Beautiful girl sent me this...

It all started with an email 🥰

javascriptmalwarecybersecurityphishing
How to write secure code

Feb 13, 2021

How to write secure code

Maybe you do not need to be a security expert, do you?

securityprogrammingsecure codingsecure coding best practices
How to count the number of results with AWS Amplify DynamoDB and GraphQL

Dec 10, 2019

How to count the number of results with AWS Amplify DynamoDB and GraphQL

Ho to paginate the results with DynamoDB?

awsdynamodbgraphqlamplify
Quick recipe: How to connect multiple Docker containers

Feb 22, 2018

Quick recipe: How to connect multiple Docker containers

Learn how to build a network of containers

dockercontainers
The best programming resources I read in 2017

Jan 28, 2018

The best programming resources I read in 2017

Here is a list of some of the programming resources I found most interesting

scalafunctional programmingdeep learningsecuritymachine learning
How to protect your RESTful APIs in Lift with JWT

Jul 21, 2017

How to protect your RESTful APIs in Lift with JWT

How to add authentication to your REST APIs

jwtsecurityauthentication
Type Classes in Scala: A Practical Example

Jun 02, 2017

Type Classes in Scala: A Practical Example

A guided practical tour of the Type Class pattern

scalafunctional programmingtype class
Functional Programming and Category Theory

May 14, 2017

Functional Programming and Category Theory

Want to improve your functional programming skills?

scalafunctional programmingcategory theorymonads
Human Friendly errors for Scala

Feb 17, 2017

Human Friendly errors for Scala

Learn how to make Scala errors more human friendly

scalafunctional programming
Building Secure Software With a Card Game

Feb 16, 2017

Building Secure Software With a Card Game

Have you ever heard of OWASP Cornucopia?

owaspsecure developmentcornucopia
Isomorphic Web Applications with Scala and ScalaJs

Mar 20, 2016

Isomorphic Web Applications with Scala and ScalaJs

Learn how to integrate ScalaJs in a Scala project

scalascalajsisomorphic web application
Scala & Lift and the record lifecycle callbacks

Feb 29, 2016

Scala & Lift and the record lifecycle callbacks

Learn how to hook the model lifecycle with custom code

scaladesign patternlift framework