Skip to content
View rajeshkumarsah's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report rajeshkumarsah

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
rajeshkumarsah/README.md

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);

Pinned Loading

  1. less-css less-css Public

    A Complete Guide for Flexbox CSS

    HTML

  2. timeline-less-code timeline-less-code Public

    animation timeline using css only

    HTML

  3. ndemo ndemo Public

    My ang app

    JavaScript

  4. ott ott Public

    HTML

  5. AngularMaterialCustomTheme AngularMaterialCustomTheme Public

    Forked from codewithsrini/AngularMaterialCustomTheme

    Angular 6 / 7 Material Design Custom Theme

    TypeScript

  6. kognitiv_task kognitiv_task Public

    Converted real chart image into programming using d3.js

    JavaScript