rounakcodes

rounakcodes @rounakcodes

About: Self taught. Full Stack Developer. More than 5 years of experience. Software development is my excuse to build a better version of myself.

Location:
India
Joined:
Jun 5, 2020

rounakcodes
articles - 23 total

The Work-Sanity Paradox

The quest for logical reasoning can, at times, plunge individuals into an existential crisis,...

Learn More 0 0Nov 18 '23

Compiler anxiety!

In the dimly lit room of ByteCrafters, Gopal, a junior developer, sat in front of the computer screen...

Learn More 2 0Nov 13 '23

Journey through the Dreamscape

In the surreal realm of "Journey through the Dreamscape," our daring protagonists, Luna and Cosmo,...

Learn More 0 0Nov 6 '23

Preventing Clickjacking with CSP and X-Frame-Options

Clickjacking, also known as UI redressing, is a type of web security vulnerability where an attacker...

Learn More 7 0Nov 3 '23

Start rethinkdb on startup in Arch Linux

Note: This document is a quick note, not a complete guide Source:...

Learn More 2 0Dec 25 '22

How to interview a frontend developer?

The KISS Principle for interviewing a frontend developer. Ask him the following questions: What...

Learn More 3 0Dec 4 '22

revisiting functions (not prototypes) 🤥

Some notes for quick revision a function with a custom property function aFunction()...

Learn More 5 0Aug 16 '22

To Beginners | Learners

Objective: Retaining the learnings It is easy to spend (lose) time reading or watching...

Learn More 5 0Aug 7 '22

Developer Life: If words could tell!

More than a decade back, I looked up for the best text editor on the web and other than the...

Learn More 7 0Aug 5 '22

Optimizing the Desktop Environment: Top Menu Bar

Purpose To question commonly adopted practices Top Menu Bar If you are using...

Learn More 6 0Jul 22 '22

Use Symbolic Links to version control your config files

Coming from Windows based OS, I thought of symbolic links in Unix based OS as a way of creating...

Learn More 1 0Dec 14 '21

Keycloak: REST API for Realm Role

Get access token Code curl \ -d "client_id=admin-cli" \ -d "username=admin" \ ...

Learn More 14 1Jun 16 '21

Keycloak: REST API for new Realm

Get access token Code curl \ -d "client_id=admin-cli" \ -d "username=admin" \ ...

Learn More 9 0Jun 16 '21

Keycloak: REST API for managing users

While Keycloak is well documented, I found it really hard to get started. Hence, these...

Learn More 9 0Jun 12 '21

Keycloak: Configure Realm Email Settings (Gmail)

Intro Keycloak requires email configuration to verify email address of user allow user...

Learn More 28 1Jun 12 '21

Authentication, SSO, IAM, Federation

Intro Once I started implementing an authentication system, I found myself coming back to...

Learn More 7 0May 31 '21

Keycloak: Enable Javascript-based policy

The recommended way to add Javascript based policy in Keycloak is to upload a JAR file. However, if...

Learn More 5 0May 30 '21

Notes on LDAP

Intro Lightweight Directory Access Protocol an application protocol used over an IP netwo...

Learn More 5 0May 29 '21

Notes on OAuth 2.0

OAuth 2.0 Authorization Framework Enables a third-party application (TPA) to obtain...

Learn More 4 0May 29 '21

Monitor Network Connections

Intro This short article will help you to check if there is indeed a connection establishe...

Learn More 9 0May 22 '21

SSL explained briefly

Intro HTTPS is a secure version of HTTP communication between server and client is encr...

Learn More 12 0May 19 '21

Quick notes to use the serverless framework to deploy a Node project on AWS

Intro serverless framework consists of an open source CLI and a hosted dashboard to provid...

Learn More 6 4May 18 '21

Using Deploy Keys for Github Repo

Introduction This writing is intended to serve as a quick reference when faced with Github...

Learn More 7 0May 17 '21