All Post by Slobodan Stojanović
The Power of Serverless GraphQL with AWS AppSync
A story about serverless GraphQL on AWS with AWS AppSyncHandling webhooks with EventBridge, SAM and SAR
A serverless application for handling webhooks using EventBridge event bus, API Gateway's HTTP API and Lambda functionFrom Express.js to AWS Lambda: Migrating existing Node.js applications to serverless
Serverless architecture makes some of the good practices for architecturing apps obsolete. Building a serverless application from scratch requires a mind shift, but once you start thinking in a serverless way, all the dots connect quickly. With the help of tools such as Claudia.js, development and deployment cycles are short and easy.
Single command deployment for single page apps
Developing a single page app is hard. From the very beginning, you’ll need to make many decisions — decisions like picking a framework, setting the folder structure, configuring linter, and many others.
How To Develop A Chat Bot With Node.js
In the past few months, chat bots have become very popular, thanks to Slack, Telegram and Facebook Messenger. But the chat bot idea is not new at all.