I am Aadil The Web

I specialize in web development, front-end, back-end, and web design

My Work

I Specialize In

Front-end web development and Back-end web development

JavaScript

Essentially a professional JS Dev. I use TypeScript and React on the frontend, and Deno and Node on the backend

Docker + Build tools

I use Docker, Github Actions, and bash scripts to streamline my development workflow and increase DX (developer experience)

HTML and CSS

Using my web design knowledge, I transfer my mockups from Figma to HTML and CSS. I use SASS and sometimes Bootstrap to maintain a cleaner, more powerful codebase.

React and React Native

React is my front-end framework of choice, and I use the skills I learned in React and apply them to creating mobile applications in React Native.

  • Hours Worked
  • 480
  • Websites Created
  • 21
  • Apps Deployed
  • 0
  • Repos Created
  • 125

My Creative Process

Here is my process for how I design and code a website:

1

From Imagination to Design

I use the principles of web design to create a mockup of what I want my site to look like in Figma.

2

From Design To Code

I then take the specifications from my Figma design and transfer it into simple HTML and CSS, using stuff like Bootstrap, Tailwind, and SASS to power up my CSS.

3

Creating the Server

Using Node.js and Express, I create routes and serve static content on those routes. I create an API behind the scenes for database and user management. If I'm only working a front-end intensive app, I will use a service like Firebase for my backend needs.

4

Authentication and Authorization

I use Google OAuth and session authentication to authenticate users to the website, allowing them to edit data on their account. I make sure to hash passwords and use trusted security methods.