#CodePen

๐Ÿ—“๏ธ Thursday Flow | May 15, 2025

๐Ÿ’ป Progress Report:
โ€ข Day 137
โ€ข Day 137
โ€ข
โ€ข

๐Ÿ“š Daily Reading:
โœ… 1 freeCodeCamp article
โœ… 1 Daily.dev article

๐Ÿ› ๏ธ Dev Tools Activated:
๐Ÿ“Œ Trello board โ€“ updated
โš™๏ธ Installed NeoVim on WSL
๐Ÿ”„ Refactored BEM in TOP recipe project
๐Ÿ”ฅ Codecademy Flask track โ€“ Jinja2 & Forms (42% done)
๐ŸŽฅ Watched: How to Build Flask Apps Locally

Christian Alderhejchristian
2025-05-16

Just some happy lil toast for this weeks

CSS animations and a bit of JavaScript for state control. I got to learn about document.getAnimations() which was cool ๐Ÿ˜Š

CodePen: codepen.io/HejChristian/pen/vE

2025-05-15

๐Ÿ—“๏ธ Thursday Progress โ€” May 8, 2025

๐Ÿ”ง Sharpening skills & stacking wins:
๐Ÿ”ธ Day 130
๐Ÿ”ธ Day 130
๐Ÿ”ธ | |
๐Ÿ”ธ |

๐Ÿ“– Daily Practice:
โœ… Read: 1 freeCodeCamp article
โœ… Read: 1 Daily.dev article
๐Ÿ—‚๏ธ Trello board: โœ… Organized and on track

๐ŸŽฏ Coding Focus:
๐ŸŽจ Adjusted CSS styling on freeCodeCamp
โœ… Finished the Learn HTML course on Codecademy

:rss: Qiita - ไบบๆฐ—ใฎ่จ˜ไบ‹qiita@rss-mstdn.studiofreesia.com
2025-05-07

่–ฌใฎๆŽฅๅฎขๅ†…ๅฎนใ‚’็ฐกๅ˜ใซๅ ฑๅ‘Š๏ผWebใ‚ขใƒ—ใƒชไฝœๆˆใซใƒใƒฃใƒฌใƒณใ‚ธ๏ผ
qiita.com/mioppppe/items/b6d88

#qiita #GoogleAppsScript #ๅˆๅฟƒ่€… #codepen #Googleใ‚นใƒ—ใƒฌใƒƒใƒ‰ใ‚ทใƒผใƒˆ #ChatGPT

Progress Report | May 1, 2025 ๐Ÿ“ˆ

๐Ÿ”ง Day 123
๐Ÿ’ป Day 123
๐Ÿš€ - Full Stack Developer Curriculum: Continuing work on the Confidential Email Page ๐Ÿ”
๐Ÿ“ - Created README.md for the odin-recipes repo ๐Ÿด
๐Ÿ”จ - Fixed the 403 error issue ๐ŸŽฏ

๐Ÿ“š Daily Reading:

โœ… freeCodeCamp News: Read 1 article

โœ… Daily.dev: Read 1 article

๐Ÿ—‚๏ธ Trello: Updated the board for streamlined progress ๐Ÿ’ผ

Christian Alderhejchristian
2025-04-25

This weeks CodePen challenge got me testing the very new, very experimental, very cool CSS Carousel spec.

Horizontal and Vertical scrolling, ::scroll-marker, position-anchor, and more.

Demo only works on Chrome 135+

100% CSS ๐Ÿคฏ

CodePen: codepen.io/HejChristian/pen/az
Blog Post and more demos from Adam Argyle: developer.chrome.com/blog/caro

Having some fun reskining my codepen profile
codepen.io/villepreux

Too bad that pens' preview generation doesn't play well with templates & pen includes, and that color-scheme preference does not apply on previews. Need to investigate further.

Also didn't find a way to apply inline svg filters. Assuming that might be a known limitation thought.

#codepen #fun #webdev #css

Christian Alderhejchristian
2025-04-17

This weeks CodePen challenge got me learning about glowing fungi, jellyfish, and fireflies.

Amazingly CSS can animate along a SVG path and I am so happy to have learnt about that. ๐Ÿฅณ I thought for sure I would need JS for the fireflies.

CodePen: codepen.io/HejChristian/full/V

2025-04-15

I once made this #codepen called โ€œSuper Simple Parallax Fullscreen Hero Header with Object-Fit.โ€ Just saw it has 2,000+ views. Is that a lot? No clueโ€”probably not. But it mightโ€™ve helped some people.

codepen.io/SaschaFromMars/full

#frontenddevelopment #parallaxeffect #objectfit

Christian Alderhejchristian
2025-04-13

Took part in a this weekend ๐Ÿ˜Š

Mixed together some SVG stroke animation, 'mix-blend-mode', and inspiration from some of the board games I've been playing recently.

CodePen: codepen.io/HejChristian/full/R

Christian Alderhejchristian
2025-04-08

Over the weekend I got an SVG path to animate on scroll, using Anime.js.

Today I achieved the same effect with just CSS โœจ

The scroll version only works in Chromium-based browsers, but others can see it on hover.

I also dabbled with a WAAPI Version, which works the same via JS.

CodePen: codepen.io/HejChristian/pen/Gg

2025-04-06

If anyone wants to make a Half-square Hilbert I made a toy to play with patterns. (fixed a bug from the first go)

I need fabric - so I plan to start maybe later this week.

codepen.io/fractalkitty/live/p

#codepen #p5js #quilting #hilbertCurve #fiberArt #quilts #mathart

Hilbert curve made from half-square triangles in blue and white. This one looks like there are rectangles with diamonds centered and framed in them.Hilbert curve made from half-square triangles in blue and white. This one looks like tiles that are shaped like a rectangle fused with a centered diamond.Hilbert curve made from half-square triangles in blue and white. This one looks a little zig-baggy with diamonds framed in blue throughout.Hilbert curve made from half-square triangles in blue and white. This one looks like there arrow controls for up, down, and then there's for left-right made with a long blue rectangle and white triangles pointing outward at the ends.
Christian Alderhejchristian
2025-04-06

Gave Anime.js a spin this weekend - just something simple for my first experiment.

It handled SVG stroke animation really well! and it was good fun to work with. Documentation was great ๐Ÿ‘Œ

This experiment also got me learning more about SVG filters ๐Ÿฅณ

CodePen: codepen.io/HejChristian/full/L

Christian Alderhejchristian
2025-04-03

I'm always forgetting the CSS mix-blend-modes, so I put together a little page to help me remember ๐Ÿ˜Š

CodePen: codepen.io/HejChristian/full/K

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst