Giter Club home page Giter Club logo

asbhogal / javascript-algorithms-and-data-structures Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 154 KB

Course notes for the JavaScript course provided by freeCodeCamp entitled 'JavaScript Algorithms and Data Structures.' Notes from activites and exercises will be pushed to this repo to serve as a 'bank' of resources and future reference.

JavaScript 99.78% HTML 0.22%
freecodecamp javascript js algorithms data-structures data-structures-and-algorithms html5 javascript-algorithms debugging dsa

javascript-algorithms-and-data-structures's Introduction

ABOUT ME

๐Ÿ‘‹ Hi, Iโ€™m Aman, a multi-disciplined, Award-Winning Creative Front End Developer and UI Engineer
๐Ÿ’ป I have over 3 and a half years of experience in Web Design and Development
๐Ÿ–Œ๏ธ I work extensively with TypeScript, Next.js, React, Tailwind, SASS, Figma and Adobe CC
๐Ÿค Iโ€™m currently working as a Frontend Software Developer at Innovixx

CSS Winner logo

Frontend Mentor logo

wakatime

MAIN STACK & SERVICES:

NextJS React TypeScript SASS TailwindCSS Babel Redux ESLint Prettier GraphQL Jest RTL Cypress Playwright
Docker Figma Adobe Ai Adobe PSD Adobe XD Git Webpack Vite Vercel

ADDITIONAL STACK & SERVICES:

JavaScript PHP MySQL CSS3 POSTCSS HTML5 Bootstrap jQuery Babel PowerShell NPM Yarn

CONTACT ME

email website contact linkedin

ADDITIONAL STACKS & SERVICES

Bootstrap logo php logo VS Code logo Git logo wordpress logo woocommerce logo chrome logo canva codepen logo redis logo ssh logo npm logo figma logo digitalocean logo gimp logo

STATS & ACHIEVEMENTS

MOST COMMON STACKS USED

STATS

CURRENT ACHIEVEMENTS

javascript-algorithms-and-data-structures's People

Contributors

asbhogal avatar

Stargazers

 avatar

Watchers

 avatar

javascript-algorithms-and-data-structures's Issues

Setup Airbrake for your JavaScript application

Installation

Add the library

npm install @airbrake/browser

Configuration

(You can find your project ID and API key in your project's settings)

import { Notifier } from '@airbrake/browser';

const airbrake = new Notifier({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>',
  environment: 'production'
});

To test that Airbrake has been installed correctly in your project, start up
your JS project locally. Then visit it in your browser (eg:
http://localhost:1080), open the JS console, and paste in the following to
trigger a test error:

window.onerror("TestError: This is a test", "path/to/file.js", 123);

This should send a test error to your Airbrake project.

Full documentation

Visit our official GitHub repo for more info on alternative configurations and advanced options.

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.