Website automation and what's next

Website automation and what's next

Summary

This website is build with Hexo, a static NodeJS blog framework. It allows a developer to define pages, posts, and all the elements using markdown format. Then the framework compiles them into static html, and the website is ready to be deployed on an accessible repository.

Read more
Got my AWS certification!
Welcome to (yet) another dev blog

Welcome to (yet) another dev blog

Intro

This site is intended as a repository of dev attempts, mainly dedicated to aws. Please enjoy the journey!

About

The blog is a completely static website hosted on Amazon AWS S3, served by Cloudfront. The domain name is registered on Route53, and the configuration is (almost) on a CloudFormation template, which is resembled in the cover of this post

Two domains

Read more
Java / Scala backend application and integration developer

Java / Scala backend application and integration developer

Sep 2021 - now

  • Reference point among developers within an AWS / Terraform project
    • Creation of shared modules (10+ usages)
    • Redacting technical debt tasks
    • Giving speech for best practices
  • Development, deploy, and follow up of:
    • Java modules customization of the core order management tool
    • Scala microservices development for integration with internal or 3rd party systems
    • Managed a throughput of 100K processed entries per day.
  • Managed proprietary CICD tools and standard Jenkins pipelines
  • Presented to the developer team 2+ refactored tools and a new graphql api project
Senior backend Groovy on Grails / Java Developer

Senior backend Groovy on Grails / Java Developer

May 2018 - Sep 2021

  • End to end contribution to 3 upfront company websites (digital automotive field) in the form of
    • Apis exposing car data to wordpress layer (4K vehicles extracted daily from Jato database)
    • Chatbot finite state machine to spare the user from compiling the online form. Integration with Google language model to detect typos
    • Real time data analysis and alerting: immediate check of third party lead quality to guide interactions with suppliers
    • A single website estimate throughput is about 10K processed entries per month.
  • Dockerization of a legacy application to cope with obsolete dependencies. Removed manual deploy and created always synced pre-production environment
  • Constant interaction with devops for AWS application migrations on Kubernetes
  • Gave a speech to the whole company a lead ingestion project in terms of design and impact on customer
  • Lectured the developer team on how to use Streams in Java 8 in undergoing projects