Skip to content

Instantly share code, notes, and snippets.

View jsohndata's full-sized avatar
Codeito, egro sum 💪🏽 必勝

jsohnData jsohndata

Codeito, egro sum 💪🏽 必勝
View GitHub Profile
@jsohndata
jsohndata / 0-week1-group-project.md
Last active March 24, 2023 20:36
Week 1 Group Project

Week 1 Group Project

1) convertTempature

Create a function that can converts fahrenheit to celcius.

Sample output will says

"Today is 80F (26.7C)." 

This should work given any number.

@jsohndata
jsohndata / bucket-rules.md
Last active March 24, 2023 20:18
Bucket Rules

Bucekt Rules

GCP

Storage > Rules

rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
 match /{allPaths=**} {
@jsohndata
jsohndata / deploy-react-app-on-github-pages.md
Last active March 5, 2023 01:48
Deploying React App on GitHub Pages

Deploying React App on GitHub Pages

This note is for those who already have a repo and ready to publish. To see the source material or more in-depth please see below.

1) Install

npm install -g gh-pages

Note: I'm going to install gobally to create a shell script below 2.2

@jsohndata
jsohndata / 0-css-vintage-polaroid.md
Last active March 24, 2023 20:18
CSS: Vintage Polaroid Look
@jsohndata
jsohndata / bookmarks.md
Last active May 20, 2023 22:27
Resource Bookmarks for Software Engineers, Designers, and Developers.
@jsohndata
jsohndata / Rotating Idan: Unity Engine Object Rotating Script.md
Last active January 4, 2023 03:34
Rotating Idan: Unity Engine Object Rotating Script

Watch Trailer

About

A simple script to make your object rotate in all 3 axis. Inspired by @Idan, thanks!

Script

using System.Collections;
using System.Collections.Generic;