DEV Community

Arttu Pyykönen
Arttu Pyykönen

Posted on

1 2

Day 32 of 100DaysOfCode

Today I started the Helsinki UNI full stack course and continued functional programming challenges at freeCodeCamp.

Also finally decided to finish the responsive web design landing page project. You can see it down below.

What I did today:

1. Started the Helsinki UNI full stack course

https://fullstackopen.com/en

What I learned from it:

  • Using Chrome dev-tools
  • What different http codes mean

1. Continued FCC functional programming challenges

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/functional-programming/

What I learned from it:

  • Why use functional programming
  • Meaning of side-effects and mutations
  • What are pure functions
  • Using map and filter

Time spent learning:

Task 'Fullstackopen'. Elapsed time: 0 h 40 min 3 s
Task 'FCC'. Elapsed time: 1 h 1 min 3 s

Total time: 1 h 41 min 6 s

Time spent is tracked by my TaskTimer script and the WakaTime app.

Links and videos

Found this video which explains nice css tips! Going to try these out later.

See you all tomorrow!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay