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".
<!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
United Kingdom
Leading website development services in United Kingdom
How I Work
It is the most important step in any software development project. Wrong requirements can lead to project failure.
Designing involves creating the wireframes and the actual user interface. UX guidelines are followed while designing.
Unit testing is done during the project development and once the project is completed it is tested as a whole.
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.