Search
Fixed Headers, On-Page Links, and Overlapping Content, Oh My!
3.4.2019
Let's take a basic on-page link:
<a href="#section-two">Section Two</a>
When clicked, the browser will scroll itself to the element with that ID: <section id="section-two"></section>. A browser feature as old as browsers themselves, just about.
But as soon as...
An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods
26.3.2019
Map, reduce, and filter are three very useful array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods.
Array.map()
Array.map() updates each individual value in...
Proč se Silicon Valley zbláznilo do koloběžek a jak se na nich vůbec dá vydělat
17.7.2018
Američtí venture kapitalisti se zbláznili do elektrických koloběžek. Investovat do startupů, které nabízejí jejich pronájem, začali jen loni a za tuto dobu do nich stihli nalít již 934 milionů dolarů (z toho 900 milionů letos). Podle některých jsou e-koloběžkové startupy přehnaně přehodnocené...