Category Archives: 6-Month Journey

Day 36 – ITP1 Search Patterns

In the example below, the for loop code returns all the placement index with the value 42 – 265, 272, and so on. And the final value returns the last index 993. But we’re looking for the first index, so … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , , | Leave a comment

Day 35 – ITP1 Arrays of Objects

Complex Objects Properties

Posted in 6-Month Journey, Study Notes | Tagged , , , | Leave a comment

Month 1 Day 16

I feel like I am making progress on my Advanced CSS. I am still to finish the Codeacademy Lesson, then proceed with Scrimba to finish them all. I am taking multiple courses on this, because I wanted to watch different … Continue reading

Posted in 6-Month Journey, Journal | Leave a comment

M1D16: Codeacademy | CSS Grid Layout

Introduction to Grids Using CSS, you can elegantly lay out elements on a web page. The Box Model and Display and Positioning explain some possible ways to style layout. The grid can be used to layout entire web pages. Whereas Flexbox is mostly useful for positioning items in … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | 1 Comment

Month 1, Day 14

I have been on hiatus for a while, and I am just on the 14th day of my journey now. Early December when I started to feel pain in my back and right stomach. It was the most excruciating pain … Continue reading

Posted in 6-Month Journey, Journal | Leave a comment

M1D14: CSS Grid Layout Part 3

Firefox Grid Inspector Tool Position Items by Grid Lines CSS Grid lets you exercise even greater control by specifying the placement of individual grid items. You can use grid line numbers to control how items are placed, by applying properties … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | Leave a comment

M1D13: CSS Grid Layout Part 2

fr – fraction unit, a flexible length unit designed for creating grid tracks that expand and contract based on the free space in the grid. auto – can expand a column to fill up extra space. It sizes items based … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | 1 Comment

M1D12: CS50 C

source code – code that you the human programmer write. Computers understand information represented by binary or machine code. There will be letters, numbers, and instructions. Compiler compiler – convert source code in machine code. A compiler is a special program … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , , | Leave a comment

M1D11: CSS Grid Layout

Difference between Flexbox and Grid Flexbox – one dimensional. It aligns content and distributes space along a single axis, either a row or a column. Grid – two dimensional. Lets you control the sizing, positioning, and spacing of rows and … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , | Leave a comment

M1D10: CSS Flexbox Part 3

This is now the fourth course on CSS Flexbox I am taking. I first took the one from Udacity, then from Scrimba, and yesterday from Treehouse. So far, my top recommended is Scrimba for more hands-on approach, and Per did … Continue reading

Posted in 6-Month Journey, Study Notes | Tagged , | Leave a comment