de en es fr nl pl pt sv zh

exercise

Let’s build an operator

Blog

*, *::before, *::after { box-sizing: border-box; } img { box-shadow: 5px 5px 5px grey; border: 1px solid grey; display: block; margin: 30px auto 30px; max-width: calc(100% - 60px); } .ex { width: 100%; max-width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px;...

Guess the function

Blog

img { box-shadow: 5px 5px 5px grey; border: 1px solid grey; display: block; margin: 30px auto 30px; max-width: 100%; } Let’s play a game. I’m going to draw two points on an x-y plane and give you a rule which you can use to generate new points. You can generate as many new points as you...

10k running plan

Martín Villalba

I am currently considering whether to run a 10k and decided to take a look at the available training plans. This being the internet I found a whole lot of reasonably good training calendars but, this being the internet, they are all detailing the distances in freedom units miles. Seeing as I now...