Tejansh Rana

Tejansh Rana

Follow
homePortfolioServerless ApplicationsSponsorbadgesnewsletter

Server-side input validation and how to do it in Java

Apr 20, 202113 min read 3.3K views

Request validation or server-side input validation in your web application is extremely important. Weak server-side input validation can allow...

Server-side input validation and how to do it in Java

Road to Tech Lead

Apr 8, 202121 min read 1.2K views

My journey from an associate software engineer to tech lead ยท I started my career in IT in 2015 in a service-based software company in Bangalore, India,...

Road to Tech Lead

Access MacOS from your Windows machine ๐Ÿ’ป

Mar 25, 202118 min read 206 views

MacOS is pretty cool and in some cases a necessity. For instance, if you want to publish an iOS app, you need macOS. However, it is Apple's...

Access MacOS from your Windows machine ๐Ÿ’ป

Automate your website deployment using AWS Codepipeline ๐Ÿค–

Mar 21, 20218 min read 183 views

We all love automating stuff and letting the mighty bots do things for us. I am no different. Recently, I finished developing my portfolio website and...

Automate your website deployment using AWS Codepipeline ๐Ÿค–

PR like a Pro ๐Ÿ˜Ž

Mar 10, 202111 min read 4.6K views

Before we jump into what can you do to ensure that pull requests (PRs) add value to your projects instead of being a bottleneck, let's cover the...

PR like a Pro ๐Ÿ˜Ž

Add authorization to your Serverless APIs using AWS Cognito โ˜

Mar 7, 202122 min read 511 views

Add registration, login, and authorization to your applications using AWS Cognito ยท This is a continuation of the Serverless series I've been working on....

Add authorization to your Serverless APIs using AWS Cognito โ˜