2023-09-12 TIL
TIL - 2023-09-12
TIL - 2023-09-12
TIL - 2023-09-10
TIL - 2023-09-09
TIL - 2023-09-08
I made some big progress on running the content script on its designated pages! ๐ฅฐ
I worked on the popup page of the chrome extension project, and looked into the architecture of a content script. ๐
I finished the Express crash course! โ
I focused on the Express crash course. ๐
I spent the whole day to try and get my head around the chrome extension architecture.
I started an Express crash course! ๐ I learned:
I finished the Node.js crash course! ๐ I learned:
I started a small project! ๐
I started the Node.js crash course! ๐คฉ I learned:
I finished the Web3schools Node.js tutorial! ๐คฉ I learned:
I started touching on Node.js! ๐ I learned:
I learned jQuery today! โ
Iโm done updating the project! ๐
Iโm still practicing React.js! ๐
I learned more React today! ๐
I spent most of my time reviewing React.
I finished the React crash course! ๐คฉ I learned:
I am learning React.js by following a crash course! ๐ I learned:
I explored some JavaScript libraries today. Turns out there is a whole bunch of different libraries with specific functionalities. My goal for now is to lear...
I learned some basic CSS and applied it to the project. ๐ฅฐ
The to-do list project is very close to reaching perfection! ๐
I added even more details to the to-do list project! ๐ฅฐ
I added the following details to the to-do list project:
I continued working on the to-do list project! ๐
I started my very first (and tiny) JavaScript project, creating a to-do list! ๐บ
I have finished learning the basics of JavaScript! ๐ผ
I am still focusing on Javascript! ๐
TIL - 2021-11-22
โ Reference: Array Worksheet by James Q Quick
โ Reference: MDN Web Docs - Event.target
โ Reference: This stackoverflow question
โ Reference: MDN Web Docs - Event.target
โ Reference: MDN Web Docs - Spread syntax (โฆ)
filter()
function
โ Reference: MDN Web Docs - Array.prototype.filter()
โ Reference: MDN Web Docs - Arrow function expressions
map()
function
โ Reference: MDN Web Docs - Array.prototype.map()
What are JavaScript libraries?
TextNode
object
What is a TextNode object?
addEventListener()
vs onclick
Both addEventListener() and onclick listen for an event, and execute a callback function when a button is clicked.
document.write()
vs Element.innerHTML
document.write() method
โ This note is created based on: JavaScript tutorial by โCoding Everybodyโ.
โ Reference: Introduction - JavaScript by Mozilla
โ Reference: Loops and iteration from the Mozilla JavaScript Guide.
โ Reference: Grammar and types - JavaScript Guide by Mozilla I have excluded the syntax that are identical to those of Java.
โ Reference: Write your first Flutter app, part 1
Making custom widgets stless + Tab after the code for MyApp Creating a โfunctionโ that can be reused ```Dart class MyApp extends StatelessWidget { const...
Flexible Controlling the width/height by % return MaterialApp( home: Scaffold( appBar: AppBar(), body: Row ( children: [ // First box ta...
Styling in Flutter Text: TextStyle Picking colors: Color.fromRGBO(r, g, b, opacity) / Color(0xffaaaaaa) / Colors.ColorName Other styles include fontSize...
Flutter Basics Main structure Dart only runs code inside void main() ```dart import โpackage:flutter/material.dartโ;
Interprocess communication
Process Creation & Termination
3/1 W1 L1
WWW and markup files
How was the www invented?
Using the terminal
Problem-solving agents
Intelligent Agents
AI is everywhere!
โ Reference: Intro to React by ReactJS.org
โ Reference: The amazing React crash course by Traversy Media
โ Reference: Node.js crash course by Traversy Media Node.js v17.2.0 documentation Everything you should know about โmoduleโ & โrequireโ in Node.js
โ Reference: Node.js tutorial from W3 schools, Beginnerโs Guide by Fireship
โ Reference: Chrome Documentation
โ Reference: Chrome Documentation
Basic Framework
Basic Framework
Intelligent Agents
AI is everywhere!
โ Reference: String incrementer
โ Reference: Create Phone Number
I have a grand plan to create an IELTS mock-up test application powered by OpenAI!
Shortcuts sysout + ctrl + . creates System.out.println()
Input
elements of type text
โ Reference: <input type=โtextโ> from the Mozilla HTML Guide.
What is a Web API?
โ Reference: CSS Tutorial by W3Schools
โ Reference: React Docs
โ Reference: jQuery tutorial from W3 schools
โ Reference:Express crash course by Traversy Media Express API Reference
โ Reference: https://youtu.be/PKxm0vkoWgo
Using the terminal
How was the www invented?
Basic CLI ```java package app;
VI is useful in a CLI-only envireonment, especially when changing remote configurations in a service.
โ Reference: Java Functional Programming (Part 1: The Beginning)
Introduction Apache Maven is a build-automation tool that provides an easy way to develop JAVA applications Generating a Maven project: mvn archetype:buil...