Giter Site home page Giter Site logo

rajeshkumarsah / javascript-algorithms- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thealgorithms/javascript

0.0 0.0 0.0 2.72 MB

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

Home Page: https://the-algorithms.com/language/javascript

License: GNU General Public License v3.0

Shell 0.01% JavaScript 99.98% TypeScript 0.02%

javascript-algorithms-'s Introduction

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

javascript-algorithms-'s People

Contributors

abhinavxt avatar algobytewise avatar ankush263 avatar anupkumarpanwar avatar appgurueu avatar cclauss avatar charliejmoore avatar chiranjeev-thapliyal avatar christianbender avatar defaude avatar dependabot[bot] avatar fahimfaisaal avatar itsvinayak avatar josecarlosweb avatar leeyan44 avatar lvlte avatar mandy8055 avatar marsonya avatar masa-shin avatar ms10398 avatar omkarnathparida avatar pomkarnath98 avatar rahul1995 avatar raklaptudirm avatar rodigu avatar ruppysuppy avatar suryapratapsinghsuryavanshi avatar waddah-jd avatar winsonrich avatar yatin-kathuria avatar

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.