A Decorator is a special kind of declaration that can be attached to a class declaration, method, accessor, property, or parameter. Decorators use the form @expression , where expression must evaluate to a function that will be called at runtime with information about the decorated declaration.
Linkedin article
This is an implementation of Fb chat bot in java. It shows how to
create Fb messenger webhook in java, contracts and PoJos of webhook. This project
can be used to setup fb messenger webhook with existing tomcat/jetty/java project.
Linkedin article
This is an implementation of Fb's GraphQL in java using spring-boot
and gradle. It shows how to create a GraphQL server for a micro-blogging web-app
where a user can be created, then login and post links which can be voted by other
users.
Linkedin article
This project provides an interface where you can reply
programmatically to your incoming whatsapp messages. It uses WA web interface and
uses selenium to automate clicking, reading and replying to new upcoming messages.
Bash script to automate build and deployment on AWS Elastic
Beanstalk. It was made to replace Jenkins as Jenkis itself takes a lot of memory
while this can be run using simple bash and aws-cli commands.
Quora is a free forever marketing channel for B2C products. This
project is a Quora crawler which can provide you the best questions answering which
can get you most upvotes in a category chosen by you.
Linkedin article
A project similar to interview-street (now a days HackerRank), where
a user can have coder profile, can do competitive coding on it, update his resume
and can get sorted by a company for interviews.
Find out more
This project resizes an image to any specified dimension. You just
have to give an image path and you can resize it on the fly in any given dimension
and cache it with Cloudfront.
More on Github