# make it the right way

Your Full Stack Developer

Well versed in providing website development solutions of any kind.
With years of hands-on experience in the following technologies:

HTML5 | CSS3 | SCSS | Javascript | jQuery | PHP Node.js | Vue.js | Vuex | Git | GitHub | MySQL

Website Development

Looking for SEO friendly website development? Let us be your freelance web developer. I love working on web based projects including custom websites, WordPress website design and development, PSD to HTML, Adobe XD to HTML and Email Template Development. Your
all in one Full Stack Developer.

Chrome & Firefox Extensions

Google Chrome and Firefox extensions are the trend, and having one for your needs can make your life so much easier. I am a professional JavaScript developer who can handle your API development & integration along with the extension. Contact and let's get started.

Open Source Projects

Open Source Projects are helping people to get what they want without hiring or with a little help of the professionals. Open source projects are free to use. We work on the Open Source Projects that helps community and build connections with people.

More than just a code

A working piece of code is not always the best code. A good Software Engineer knows that the code must be reusable. Structuring the code is important for scalability. A good piece of code is easily extendible. ETC (easy to change), the code has to be easy to change while maintaining the principle of "High Cohesion & Low Coupling".

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" >
    <title>Website</title>
</head>

<body>

</body>
</html>

Array.prototype.groupBy = function (p){
  let result = {};

  this.forEach(function(v,i){
    let temp = v;

    if (Array.isArray(temp)) {
       temp = temp[0];
    }
    if (result[temp[p]] == undefined) {
       result[temp[p]] = [];
    }

    result[temp[p]].push(temp);
  });
  return result;
};

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Arial", sans-serif;
}

.container {
  display: block;
  margin: auto auto;
  width: 100%;

  &-has-position {
    left: 50%;
    transform: translateX (-50%);
  }
}

Applications

Services In Countries

How I Work

Requirements Gathering

It is the most important step in any software development project. Wrong requirements can lead to project failure.

Requirements gathering for website development
Designing process for website development
Design

Designing involves creating the wireframes and the actual user interface. UX guidelines are followed while designing.

Development & Testing

Unit testing is done during the project development and once the project is completed it is tested as a whole.

Website development and testing
Deploy website to the hosting and cpanel
Deploy

The final step involves deploying the project on the target machine
(hosting etc.) and getting customer's feedback.

Frequently Asked Questions

Are you available for freelance work?

Yes, you can contact me.

I need a website for my business, can you help?

Yes, let's discuss your project and get started. You can contact me.

What are your expertise?

My expertise include

  • HTML5, CSS, SCSS
  • Vanilla JavaScript, jQuery, AJAX
  • Vue.js, Vuex
  • PHP (OOP & MVC)
  • Node.js & Express.js
  • MySQL
  • Figma, AdobeXD, AI designs to HTML & CSS
  • Email Template Development

What are these applications on your website?

I have developed these applications. They are free and paid applications you can download and use.

What is Search Engine optimization (SEO)?

Search Engine Optimization is a process of improving the quality of a website or a web page, thus improving the rank and traffic on the website.