Skip to content

Instantly share code, notes, and snippets.

View jjsilas's full-sized avatar

Jherich Silas jjsilas

View GitHub Profile
@jjsilas
jjsilas / DOM traversal and manipulation
Created November 30, 2019 08:17
DOM traversal and manipulation Check Point 2
Interactive Web Apps Module
Five questions.
1 What is JQuery -
2 What can it do - It allows for the modification of the current html of the page being viewed.
3 Where can I use it - I can use it in the brower and via web based interfaces
4 What are is limitations -
5 Does it render the same in all browsers. - It does not each browsers has its own Document Object Model
@jjsilas
jjsilas / 1stmckinterview2ndtry
Last active December 23, 2019 09:01
Mock Interview Second Attept prep.
Dec 17
Create it git repo
created new repo in 4:26 second. - Starting from terminal.
created a new repo in 4:12 - Starting from terminal.
created a new repo in 3:16 - Starting from github.
key value pairs question. Updated to show all the key value pairs in the return.
write a function that accepts an array and returns the some from an argument.
@jjsilas
jjsilas / Create Item Pseudo Code
Created January 11, 2020 06:47
Shopping cart additional functions Pseudo Code
Create Item Pseudo Code
1. Create a jQuery function to listens for clicks on the submit button.

Check/Uncheck Items Pseudo Code
1. Create a jQuery function to check and un check new or existing items when the "Check" button is pressed.
2. The status of the check should be evaluated as checked or unchecked.
Delete Items Pseudo Code
1. Create a jQuery function to delete an item upon clicking the "Delete" button
2. The status of the delete needs to be verified.
@jjsilas
jjsilas / Shopping list: Render the list Check point 5
Created January 13, 2020 08:42
Psuedo code to add the last component of the shopping list.
To implement the next steps in the application we need to:
1. Add Items
We will need to generate a new String string literal for each new item added.
2. Check/Uncheck added items
We will then check/ create a Boolean value for the listed times.
a. Based on the boolean value set or remove a strike through.
3. Delete Items
Remove any deleted times by dropping the string literal for that item.
@jjsilas
jjsilas / ADD_Quiz
Last active January 20, 2020 08:36
Add Quiz App Assginment
(topic)
What is l'art du déplacement
(questions)
1. What is another name for l'art du déplacement
a. Parcours is the name originally used by the Yamakasi to describe what they did.
b. Freerunning was a name coined in American to describe l'art du déplacement.
c. Tracing is the official name for l'art du déplacement in Japan.
d. Hardcore Parkour the name use in the series the Office is the most common name used by the Yamak.
@jjsilas
jjsilas / ADD_Quiz_Git_hub_page
Created January 22, 2020 05:27
Git hub url for my ADD Quiz App
https://jjsilas.github.io/LearnADD/
@jjsilas
jjsilas / portofilo
Last active January 25, 2020 10:14
Portfilio components
JJS Portfolio Project
Hello, I'm Jherich. A Fullstack developer with a focus on UI/UX and overall presentation.
I am a web developer and in the Fullstack JavaScrip program at Thinkful. I enjoy coding because it allows me the opportunity to solve problems and help others to see their ideas become working products and solutions. Before starting the journey to become a developer I was on the edges of discipline working both with reverse proxy technology and modifying clients existing Javascript for marketing and analytics. I love the idea of being able to fully understand the process from beginning to end. This allows me to not only to edit and maintain code but to build new and innovative projects as well.
When I’m not coding or working in technology, I’m frequently researching projects with my coding group. Or training in one of my movement-related passions. I teach Indonesian Martial Arts and ADD also known as Parkour. A few years ago I did stunt work for a movie, “The Lotus”, and I was on “American
@jjsilas
jjsilas / portfolio mock images
Last active January 27, 2020 07:58
The mock image for my portfolio
https://user-images.githubusercontent.com/56581417/73157892-52894f00-40da-11ea-87b6-16214bbd5e8f.jpeg
https://user-images.githubusercontent.com/56581417/73157896-54eba900-40da-11ea-8485-601657d75ec0.jpeg
@jjsilas
jjsilas / jjsdevportfolio_wireframe
Created January 27, 2020 15:53
My First Dev web portfolio wireframe.
https://jjsilas.github.io/jjsdevportfolio/
@jjsilas
jjsilas / jjsdevportfolio_wireframe update
Last active January 29, 2020 16:06
I had an issue forking a wireframe, this is the updated file.
Published site
https://jjsilas.github.io/jjsdevportfolio/
Repo
https://github.com/jjsilas/jjsdevportfolio