Skip to content
View rajandmr's full-sized avatar
:octocat:
Resolving bugs and adding a few more
:octocat:
Resolving bugs and adding a few more

Block or report rajandmr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rajandmr/README.md

π‡πžπ₯π₯𝐨 𝐭𝐑𝐞𝐫𝐞

Twitter Badge Open Source Love

class CloudEngineer:
    def __init__(self):
        self.name = "Rajan Prasad"
        self.role = "Cloud Engineer"
        self.blog = "https://rajan.work/blog/"
        self.portfolio = "https://rajan.work/"
        self.knowledge_base = [
            "AWS",
            "Back-end & Front-end Development",
            "TypeScript",
            "Python",
        ]
        self.knowledge_base.insert(0, "Backend Engineering")

    def say_hi(self):
        print(
        """
        Hey people, thanks for dropping by!

        This is {name}. I work as a {role} and recently I am focusing on
        {focus} for my personal growth.

        I have wide interests, but most of them are {knowledge_base}.

        I write down tips and lecture notes on my personal tech blog,
        which can be found here: {blog}
        """
        .format(
                name=self.name,
                role=self.role,
                portfolio=self.portfolio,
                focus=self.knowledge_base[0],
                knowledge_base=", ".join(self.knowledge_base[1:]),
                blog=self.blog,
               )
           )


me = CloudEngineer()
me.say_hi()

πŸ”§ Technologies & Tools

Talk to me about:

  • Front-end development using Vue, Nuxt, TailwindCSS.
  • Backend development using Python, Javascript, Serverless Stack.
  • Robust full-stack system design implementation.
  • Creating scalable cloud architecture using AWS Cloud.
  • Solving Data structure and algorithm questions in JavaScript and Python on Leetcode.

Hello World!! πŸ€”

  • πŸ’¬ Ask me about anything on everything.
  • πŸ“« Read my blogs: Rajan's Blog.
  • 🎯 Portfolio site: Portfolio.
  • ⚑ Fun fact: Internet users blink less than usual.

Pinned Loading

  1. postgres-node-sequelize postgres-node-sequelize Public

    NodeJS project for creating CRUD operations APIs on Postgres using express and sequelize

    JavaScript 3

  2. mongodb-nodejs-mongoose mongodb-nodejs-mongoose Public

    Boilerplate for creating REST APIs using MongoDB, NodeJS, Mongoose along with Express Framework

    JavaScript 3

  3. dynamodb-dynamoose-node dynamodb-dynamoose-node Public

    Boilerplate for performing CRUD operation on DynamoDB using NodeJS, Dynamoose and Serverless Framework with AWS LAMBDA

    JavaScript 9 2

  4. gh-package gh-package Public

    JavaScript 3