Skip to content

sajibcse68/certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 

Repository files navigation

Table of Contents

JavaScript Courses

EXPERT in JavaScript -- Skill Assessment at Pluralsight

Score: 268 (98th Percentile!) 🔥🚀

Date Organization Link
24.03.20 pluralsight.com https://www.pluralsight.com/

javascript-expert

Deep JavaScript Foundations, v3

Date Author Organization Link
26 May 2021 Kyle Simpson frontendmasters.com https://frontendmasters.com/courses/deep-javascript-v3

deep-javascript-foundations-v3

Dive into the core pillars of the JavaScript language with Kyle Simpson, author of the popular, You Don't Know JS, book series!

JavaScript Security: Best Practices

Date Author Organization Link
14 Aug 2022 Marcin Hoppe pluralsight.com https://app.pluralsight.com/library/courses/javascript-security-best-practices

javascript_security-best_practices

JavaScript The Hard Parts V2

Date Author Organization Link
16.04.21 Will Sentence frontendmasters.com https://frontendmasters.com/courses/javascript-hard-parts-v2/

javascript-the-hard-parts-v2

JavaScript Algorithms and DataStructures Certification

Topics: Basic JavaScript, ES6, Regular Expression, Debugging, Basic Data Structure, Intermediate Algorithm Scripting, Object Oriented Programming, Functional Programming,

Date Organization Link
12.08.19 freecodecamp.com https://www.freecodecamp.org/certification/sajibcse68/javascript-algorithms-and-data-structures

JavaScript-algorithms-and-data-structures-certification

Front End Libraries

Topics: React, Redux, Bootstrap, jQuery

Date Organization Link
20.04.19 freecodecamp.com https://www.freecodecamp.org/certification/sajibcse68/front-end-libraries

front-end-libraries

JavaScript Generators and Iterators

Topics: Iterators and Iterables, Generator functions, Cancelable async flows.

Date Organization Link
05 Apr 2020 pluralsight.com https://app.pluralsight.com/library/courses/javascript-generators-iterators

javascript-generators-and-iterators-cert

javascript-generators-and-iterators

Working with JavaScript Modules

Topics: Various way to export, import or, use javascript modules.

Date Organization Link
06 Apr 2020 pluralsight.com https://app.pluralsight.com/library/courses/working-javascript-modules

working-with-javascript-modules-cert

working-with-javascript-modules

JavaScript Console Object Ultimate Guide

Date Organization Link
3.02.18 Udemy.com https://www.udemy.com/javascript-console-object-ultimate-guide/

javascript-console-object-ultimate-guide

GraphQL Essential Training

Date Organization Link
17.07.19 linkedin.com https://www.linkedin.com/learning/graphql-essential-training

graphql-essential-training

Webpack 5 Complete Developers Guide

Date Author Organization Link
05 Apr 2021 Eyas Matter udemy.com https://www.udemy.com/course/webpack-5-complete-developers-guide-2020/

webpack-5-complete-developers-guide

Webpack 4 Fundamentals

Date Author Organization Link
20.12.10 Sean Larkin frontendmasters.com https://frontendmasters.com/courses/webpack-fundamentals/

webpack-4-fundamentals

Description: Learn the core concepts of Webpack 4 with Sean Larkin – maintainer of Webpack. You'll start entirely from scratch by adding webpack with npm and separate your dev and production environments. Then you'll learn to lazy load your JavaScript through code splitting, remove code you don't need through tree shaking, and control your entire build pipeline with popular loaders and plugins from the Webpack ecosystem. Be confident in building and shipping your code with Webpack – the open source bundler responsible for powering some of the most popular and high-performance web applications!

React and Redux Courses

Optimize Performance for React

Date Author Organization Link
20 Apr 2020 Hendrik Swanepoel pluralsight.com https://app.pluralsight.com/library/courses/optimize-performance-react/

optimize-performance-for-react

Advanced React.js

Date Author Organization Link
1 May 2020 Samer Buna pluralsight.com https://app.pluralsight.com/library/courses/reactjs-advanced

advanced_reactjs

The Ultimate Redux Course

Date Organization Link
31 Mar 2021 codewithmosh.com/ https://codewithmosh.com/p/ultimate-redux

the-ultimate-redux-course

Will Learn: - What Redux is and when to use it, - Essential functional programming principles, - Use Redux Toolkit to kickstart Redux apps, - Debug apps using Redux DevTools, - Design a Redux store, - Write clean, concise, maintainable Redux code, - Properly structure Redux code, - Handle asynchronous events with redux-thunk, - Use existing middleware or write your own, - Test Redux code, the right way, - Connect React and Redux using react-redux, - The popular tools in Redux ecosystem, - Industry best practices and recommended patterns, - Common mistakes that many Redux devs make

Modern React with Redux

Date Organization Link
30.07.19 udemy.com https://www.udemy.com/react-redux/

modern-react-with-redux

Styling React Component

Topics: UIs in React, Inline Styles, Radium, A Webpack into to CSS, CSS stylesheet, CSS Modules

Date Organization Link
02 Apr 2020 pluralsight.com https://www.pluralsight.com/courses/react-styling-components

styling-components

Redux Saga

Date Author Organization Link
1.12.19 Daniel Stern pluralsight.com https://www.pluralsight.com/courses/redux-saga

redux-saga

Description: The basis of any good, modern Redux application is the ability to orchestrate asynchronous calls to outside APIs, while working with the mostly synchronous language of JavaScript. In this course, Redux Saga, you'll learn the skills you need to vastly improve your Redux application performance and development time. Throughout the course, you'll be building a non-trivial shopping cart application, where users can add or remove cart items, see shipping and tax totals, and check out, all while keeping state synchronized with the server. First, you'll delve into Redux Saga, its uses and origins, and how it fits in with other Redux middlewares. Next, you'll explore nearly ever Redux Saga effect, each illustrated with an example. Finally, you'll discover Redux Saga channels, testing, and other advanced topics. By the end of this course, you'll have the necessary knowledge to build a whole application using Redux Saga.

React: Components, Context and Accessibility

Date Organization Link
18.06.19 linkedin.com https://www.linkedin.com/learning/react-components-context-and-accessibility

front-end-libraries

React Vs Angular Vs Vue JS

Date Organization Link
13.02.18 Udemy.com https://www.udemy.com/react-vs-angular-vs-vuejs-by-example/

react-vs-angular-vs-vue

React Basics

Date Organization Link
11.08.18 Udemy.com https://www.udemy.com/react-basic-in-just-1-hour/learn/v4/overview

react-basics

React Fundamentals

Date Organization Link
27.08.18 Udemy.com https://www.udemy.com/react-fundamentals/learn/v4/overview

react-fundamentals

Typescript Courses

Typescript Essential Training

Date Author Organization Link
Jun 26 2022 Jess Chadwick linkedin.com https://linkedin.com/learning/typescript-essential-training-14687057

typescript_essential_training

Building React Apps with TypeScript

Date Author Organization Link
Nov 20 2021 Mat Warger pluralsight.com https://app.pluralsight.com/library/courses/react-apps-typescript-building

building_react_apps_with_typescript

Configuring, Compiling, and Debugging TypeScript Projects

Date Author Organization Link
15 Oct 2021 Daniel Stern pluralsight.com https://app.pluralsight.com/library/courses/typescript-configuring-compiling-debugging-projects

cert_configuring_compiling_and_debugging_typescript_projects

Node.js Courses

Building Web Applications with Node.js and Express

Date Author Organization Link
17 Oct 2021 Jonathan Mills pluralsight.com https://app.pluralsight.com/library/courses/nodejs-express-web-applications-building

building-web-applications-with-nodejs-and-express

Node.js Debugging and Performance Tuning

Topics: Build a troubleshooting mindset, Introducing microservices, Efective logging strategies, Debugging nodejs applications, Measuring performance.

Date Author Organization Link
23 May 2020 Jon Peck linkedin.com https://www.linkedin.com/learning/node-js-debugging-and-performance-tuning

nodejs-debugging-and-performance-tuning

Node.js Getting Started

Topics: Modern JavaScript, NPM, NPX, Module & concurrency, Event loop, Errors vs exceptions, Event emitters, Working with web server, working with operating system, Child process.

Date Author Organization Link
19 Apr 2020 Samer Buna pluralsight.com https://app.pluralsight.com/library/courses/nodejs-getting-started

nodejs-getting-started

Blockchain and Ethereum Courses

Metaverse and NFTs for Marketing

Date Author Organization Link
30 May 2022 Catchy Hackl linkedin.com https://www.linkedin.com/learning/metaverse-and-nfts-for-marketing

metaverse-and-nfts-for-marketing

Blockchain Beyond the Basics

Date Author Organization Link
13 Feb 2022 Jonathan Reichental linkedin.com https://www.linkedin.com/learning/blockchain-beyond-the-basics

blockchain-beyond-the-basics

Vue.js Courses

Vue Advanced Components Course

Date Organization Link
23.02.19 vuemastery.com https://www.vuemastery.com/courses/advanced-components/the-introduction/

advanced-components-course

Scaling Vue with Nuxt.js

Date Organization Link
14.03.20 vuemastery.com https://www.vuemastery.com/courses/scaling-vue-with-nuxt-js/why-use-nuxt

scaling-vue-with-nuxtjs

Mastering in Vuex Course

Date Organization Link
24.02.19 vuemastery.com https://www.vuemastery.com/courses/mastering-vuex/intro-to-vuex

mastering-vuex-course

Real World Vue.js Course

Date Organization Link
23.02.19 vuemastery.com https://www.vuemastery.com/courses/real-world-vue-js/real-world-intro

real-world-vuejs-course

Data Visualization

Data Visualization using D3.js

Data is all around us, but it doesn't mean much without shape or context. In the Data Visualization Certification, I've built charts, graphs, and maps to present different types of data with the D3.js library.

I've also learnt about JSON and how to work with data online using an API.

Date Author Organization Link
28 Jun 2020 freecodecamp freecodecamp.com https://www.freecodecamp.org/certification/sajibcse68/data-visualization

data-visualization

Data Visualization for React Developers

Topics: ● The Basic Chart Types ● Introduction to SVG ● Data to SVG Shapes ● Line ● Radial ● Rendering with React ● Axes, Legends, Annotations ● Transitions ● Brush ● Canvas

Date Author Organization Link
06 Apr 2020 Shirley Wu frontendmasters https://frontendmasters.com/courses/d3-js-react/

data-visualization-for-react-developers

Data Visualization Best Practices

Topics: ● Bar chart ● Line chart ● Scatter plots ● Waffle chart ● Pie chart ● Simple text ● Text tables ● Pre-attentive attributes

Date Organization Link
12 Apr 2020 Pluralsight https://app.pluralsight.com/library/courses/data-visualization-best-practices

data-visualization-best-practices-cert

data-visualization-best-practices

HTML & CSS

Advanced Responsive Layouts with CSS Flexbox

Date Organization Link
09.11.19 Lynda.com https://www.lynda.com/CSS-tutorials/Advanced-Responsive-Layouts-CSS-Flexbox/383780-2.html

advanced-responsive-layouts-with-css-flexbox

Topics: ● Flexbox powered menu ● Responsive card layout ● The holy grail layout ● Animating content

The Ultimate HTML Developer

Date Organization Link
22.11.18 udemy.com https://www.udemy.com/the-ultimate-html-developer

the-ultimate-html-developer

Git

Git in Depth

Date Organization Link
07.10.18 frontendmasters.com https://frontendmasters.com/courses/git-in-depth/

git-in-depth

Git Real

Date Organization Link
-.-.15 CodeSchool.com https://www.pluralsight.com/courses/code-school-git-real

git-real

Miscellaneous

Leading with a Heavy Heart

Date Organization Link
18 Jun 2022 linkedin.com https://www.linkedin.com/learning/leading-with-a-heavy-heart

leading_with_a_heavy_heart

Personal Productivity for Managers

Date Organization Link
11 Jun 2022 linkedin.com https://www.linkedin.com/learning/personal-productivity-for-product-managers

personal_productivity_for_product_managers

Time Management for Professionals

Date Organization Link
03 Mar 2021 Udemy.com https://www.udemy.com/course/time-management-for-professionals

time_management_for_professionals

Rock Your LinkedIn Profile

Date Organization Link
06 Jun 2021 linkedin.com https://www.linkedin.com/learning/rock-your-linkedin-profile

rock_your_linkedin_profile

Get Involved

Date Organization Link
11 Apr 2020 pluralsight.com https://app.pluralsight.com/library/courses/get-involved

get-involved-cert

get-involved

The Complete Google Go Programming Course

Date Organization Link
09.07.18 Udemy.com https://www.udemy.com/googlego/learn/v4/overview

the-complete-google-go-programming-course

Google Analytics: Basic Principles

Date Organization Link
16.07.18 Udemy.com https://www.udemy.com/google-analytics-basic-principles/learn/v4/overview

google-analytics-basic-principles

Productivity Hacks: Easy, Quick & Effective

Date Organization Link
25.07.18 Udemy.com https://www.udemy.com/productivityhacks/learn/v4/overview

productivity-hacks-easy-quick-effective

Mastering Personal Education: Personal Education for Success

Date Organization Link
26.09.18 Udemy.com https://www.udemy.com/mastering-personal-education-personal-education-for-success

mastering-personal-education-personal-education-for-success

The Best Hacks To Improve Yourself

Date Organization Link
25.11.18 Udemy.com https://www.udemy.com/personal-improvement-the-best-hacks-to-improve-yourself

the-best-hacks-to-improve-yourself

Understanding Domain Name System (DNS)

Date Organization Link
6.01.19 Udemy.com https://www.udemy.com/dnsguide/learn/v4/overview

understanding-domain-name-system

Google Spreadsheet Basics

Date Organization Link
6.01.19 Udemy.com https://www.udemy.com/dnsguide/learn/v4/overview

google-spreadsheet-basics

Releases

No releases published

Packages

No packages published