Giter Site home page Giter Site logo

Hi there! ๐Ÿ‘‹ Welcome to the profile

๐Ÿš€ Frontend Developer Skills

Transforming design concepts into pixel-perfect!

Skills

๐Ÿ’ป Languages

HTML CSS JavaScript

๐Ÿ› ๏ธ Frameworks/Libraries

Angular jQuery Typescript D3.js

๐ŸŽจ Design Tools

Figma Sketch

๐Ÿงญ Version Control

Git GitHub

๐Ÿ› ๏ธ Build Tools

Webpack

๐ŸŽจ CSS Preprocessors

Sass Scss

๐Ÿ“ Responsive Design

Flexbox Grid Bootstrap

๐Ÿงช Testing

Jasmine Karma

This piece of code will help you understand more about me.

const name = "Rajesh Sah";
const experienceYears = 7.4;
const expertise = "I specialize in transforming diverse design concepts into pixel-perfect, adaptable, and scalable digital solutions for businesses. As a developer with over seven years of hands-on experience in UI development, I bring a wealth of expertise to the table. My core strengths lie in Angular and related UI frameworks, where I've honed my skills in crafting seamless user interfaces. I take pride in tackling complex problems, which is a fundamental aspect of my approach to web development. My proficiency extends to mastering web programming skills and a deep understanding of browser behavior, allowing me to create web applications that are both user-friendly and efficient";

function generateIntroduction(name, yearsOfExperience, specialization) {
 
  return function() {
    const greeting = `๐Ÿ‘‹ Hello! I'm ${name},`;
    const experienceInfo = `a frontend developer with ${yearsOfExperience} years of hands-on experience in UI development.`;
    const expertiseInfo = specialization;

    return `${greeting} ${experienceInfo} ${expertiseInfo}`;
  };
}

const introductionClosure = generateIntroduction(name, experienceYears, expertise);

const introduction = introductionClosure();

console.log(introduction);

Rajesh Kumar Sah's Projects

awesome-low-level-design icon awesome-low-level-design

This repository contains low level design resources to improve coding skills and prepare for interviews.

cliche icon cliche

BORED WITH YOUR PREVIOUS DESIGN? TRY CLICHE TEAM

javascript-algorithms- icon javascript-algorithms-

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

progress-bar icon progress-bar

It's pretty easy to target and style an indeterminate progress bar because we know that it doesn't contain the value attribute.

wtfjs icon wtfjs

๐Ÿคช A list of funny and tricky JavaScript examples

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.