Frank Mckenna (@frank60110202) 's Twitter Profile
Frank Mckenna

@frank60110202

ID: 1245319599341666305

linkhttps://frank-mckenna.com calendar_today01-04-2020 11:58:33

75 Tweet

41 Followers

288 Following

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 36 #100DaysOfCode I completed the CSS Grid course on FCC. I love the way grid works and how it allows you to create flexible layouts. Plus, adding a little media queries makes it fully responsive. 👌

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 39 - 44 #100DaysOfCode Decided to put my grid, flexbox and media qeries knowledge to the test and build a Spotify clone 👇 I doubt it will be a full clone right now, but ill complete it bit by bit the more javascript i learn.

Day 39 - 44 #100DaysOfCode 
Decided to put my grid, flexbox and media qeries knowledge to the test and build a Spotify clone 👇

I doubt it will be a full clone right now, but ill complete it bit by bit the more javascript i learn.
Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 45-53 #100DaysOfCode #webdevelopment Does anyone know how i can get the whole contents to fit the page? I might be missing something obvious. I'm using grid for the main layout and flex-box for left side bar with 100vh and flex-grow/shrink.

Day 45-53 #100DaysOfCode #webdevelopment 

Does anyone know how i can get the whole contents to fit the page? I might be missing something obvious.

I'm using grid for the main layout and flex-box for left side bar with 100vh and flex-grow/shrink.
Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 53-57 #100DaysOfCode I finally figured out how to contain all of the contents on the page without overflow. I changed the height from 100vh to this - height: calc(100vh - 8.4rem) 8.4rem being the height of the header and footer. The feeling when i solved this was immense

Day 53-57 #100DaysOfCode 
I finally figured out how to contain all of the contents on the page without overflow.

I changed the height from 100vh to this -
height: calc(100vh - 8.4rem)
8.4rem being the height of the header and footer.

The feeling when i solved this was immense
Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Back from a long holiday... just going to continue from day 58 😀 It's hard to find rhythm and motivation after such a long time out. Nonetheless i Managed to complete Browser Compatibility and Transpilation course on Codecademy. #100DaysOfCode #goodtobeback

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 59 - 62 of #100DaysOfCode Finished the CSS course on codecademy and almost finished the JavaScript one too. Also made a quick Fahrenheit to Celsius programme, I just need to style it. 💪 #webdev

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 62 - 67 #100DaysOfCode #webdevelopment Offically my first completed javascript project. 🙂 Why has it taken me so long?

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Day 67 - 96 #100DaysOfCode Had loads of fun completing basic algorithm scripting and functional programming courses on FCC. Now onto intermediate algorithms, React and a portfolio on the way. And I almost quit after hitting a huge mental block 😅😅

Day 67 - 96 #100DaysOfCode

Had loads of fun completing basic algorithm scripting and functional programming courses on FCC.
Now onto intermediate algorithms, React and a portfolio on the way.
And I almost quit after hitting a huge mental block 😅😅
Frank Mckenna (@frank60110202) 's Twitter Profile Photo

Great blog post about Data Attributes. I managed to refactor my code 5 fold. Web Dev Simplified #100DaysOfCode blog.webdevsimplified.com/2020-10/javasc…

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

I've completed "Cube Conundrum" - Day 2 - Advent of Code 2023 adventofcode.com/2023/day/2 #AdventOfCode A much simpler part two today! ⭐️⭐️

Frank Mckenna (@frank60110202) 's Twitter Profile Photo

I've completed Part One of "Gear Ratios" - Day 3 - Advent of Code 2023 adventofcode.com/2023/day/3 #AdventOfCode Not performant by any means, but a star is a star. ⭐️

I've completed Part One of "Gear Ratios" - Day 3 - Advent of Code 2023 adventofcode.com/2023/day/3 #AdventOfCode 

Not performant by any means, but a star is a star. ⭐️
Frank Mckenna (@frank60110202) 's Twitter Profile Photo

I've completed "Scratchcards" - Day 4 - Advent of Code 2023 adventofcode.com/2023/day/4 #AdventOfCode Got my head spinning with all those for loops⭐️⭐️