Skip to content

Instantly share code, notes, and snippets.

View Aloneduckling's full-sized avatar
🎯
Focusing

Shantanu Kaushik Aloneduckling

🎯
Focusing
View GitHub Profile
@Aloneduckling
Aloneduckling / response.md
Last active June 19, 2023 13:22
Prompts and responses

Prompt 1:

I am learning and revising ReactJS, I want you to tell me those 20% things that will teach me 80% of ReactJS

Response 1:

Certainly! Here are the 20% essential concepts and topics in React.js that can cover a significant portion of the framework's capabilities:

  1. JSX (JavaScript XML): Learn how to write JSX, which is a syntax extension for JavaScript that allows you to write HTML-like code in your JavaScript files.

  2. Components: Understand the concept of components in React, which are reusable building blocks that encapsulate the UI and logic.

@Aloneduckling
Aloneduckling / GSoC_2021_report.md
Last active August 21, 2021 06:43
work product report for GSoC 2021: Adding to p5.js Friendly Error System

Adding to p5.js Friendly Error System

By Shantanu Kaushik (@Aloneduckling) | GSoC 2021

Overview

Throughout this summer, I worked on p5.js's Friendly Error System (FES in short) under the mentorship of Thales Grilo and Luis Morales-Navarro. The FES is a p5.js feature which supports beginners when encountering common errors, checking for common mistakes and providing simple and easy to understand error messages. This project aimed to further improve FES by further building on an existing feature and adding new features.

The major goals of this project were: