Pramod L's Avatar

Pramod L

@pramod8

Freelance web developer building interactive learning experiences

23
Followers
173
Following
1
Posts
06.02.2024
Joined
Posts Following

Latest posts by Pramod L @pramod8

Advent of SvelteDay 2: The Svelte CLI - Advent of Svelte 2025

The Svelte CLI is a god-send... I've created so many projects for small reproductions and experiments, and it's just flawless.

And the new --from-playground key is even cooler to go from POC to actual project in a flash 🧑

advent.sveltesociety.dev/2025/2

02.12.2025 14:24 πŸ‘ 9 πŸ” 3 πŸ’¬ 2 πŸ“Œ 1

Want to try a radically innovative programming language?
Unison is ready!

Unison is approachable, user-friendly, and has a great community of friendly folks :)

On top of that it has mind-bending features like serializable function closures and built-in distributed programming tools!

25.11.2025 19:31 πŸ‘ 31 πŸ” 6 πŸ’¬ 1 πŸ“Œ 0
Preview
Packages β€’ Svelte Packages for your Svelte and SvelteKit apps

svelte.dev/packages is now live!

It's a convenient and easily discoverable place to find a sampling of high quality packages in the ecosystem. We hope it will give confidence in the Svelte ecosystem to newcomers and help them get started more easily.

02.10.2025 17:01 πŸ‘ 133 πŸ” 34 πŸ’¬ 7 πŸ“Œ 6
Preview
90% AI is writing 90% of the code I was in charge of

β€œIs 90% of code going to be written by AI? I don’t know. What I do know is, that for me, on this project, the answer is already yes.” lucumr.pocoo.org/2025/9/29/90...

29.09.2025 10:47 πŸ‘ 96 πŸ” 21 πŸ’¬ 15 πŸ“Œ 8

got to post on bluesky, mastodon and linkedin?! if only there was a global network where we all have our own little home.

i dunno, some sort of world wide web?

we need to make RSS a popular thing again

15.09.2025 11:13 πŸ‘ 70 πŸ” 6 πŸ’¬ 5 πŸ“Œ 1
Post image

Just used Photoshop The Website because Photoshop The App just can't seem to open on my machine anymore, even after waiting for a fresh update. Worked fine. Go websites.

02.07.2025 15:23 πŸ‘ 25 πŸ” 1 πŸ’¬ 6 πŸ“Œ 0

my favourite typescript feature is that it makes everything slightly more difficult than it probably needs to be

25.02.2025 12:19 πŸ‘ 154 πŸ” 10 πŸ’¬ 18 πŸ“Œ 2
Preview
Whimsical Animations Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. I’m sharing all my tricks in this one!

πŸŽ‰ Introducing my upcoming third course, Whimsical Animations!

This course will teach you how to build top-tier animations and interactions using a variety of techniques. ✨

You can join the waitlist on the course’s brand-new site, which is the most ridiculous thing I’ve built in quite some time:

24.02.2025 16:32 πŸ‘ 423 πŸ” 68 πŸ’¬ 38 πŸ“Œ 18

FYI, here's the entire code to create a dataset of every single bsky message in real time:

```
from atproto import *
def f(m): print(m.header, parse_subscribe_repos_message())
FirehoseSubscribeReposClient().start(f)
```

28.11.2024 09:56 πŸ‘ 441 πŸ” 62 πŸ’¬ 19 πŸ“Œ 10
A slide from a talk.

Title: A brief history of DevTools for the web

Body: 1993: The web launched with View Source and alert().
1999: console.log is introduced in Netscape’s JavaScript Console.
2006: Firefox releases Firebug with DOM inspection, console output, and network monitoring.
2008: Google Chrome launches with built-in Chrome DevTools.
2011: Source maps are introduced, allowing developers to debug minified or transpiled code.
2013: Performance panel debuts in Chrome DevTools, enabling detailed profiling of rendering and JavaScript execution.
2017: Firefox Quantum reimagines its developer tools with modern features like grid layout inspection and performance analysis.
2020: Microsoft Edge adopts Chromium, aligning its developer tools with Chrome’s and consolidating devtools standards across browsers.

A slide from a talk. Title: A brief history of DevTools for the web Body: 1993: The web launched with View Source and alert(). 1999: console.log is introduced in Netscape’s JavaScript Console. 2006: Firefox releases Firebug with DOM inspection, console output, and network monitoring. 2008: Google Chrome launches with built-in Chrome DevTools. 2011: Source maps are introduced, allowing developers to debug minified or transpiled code. 2013: Performance panel debuts in Chrome DevTools, enabling detailed profiling of rendering and JavaScript execution. 2017: Firefox Quantum reimagines its developer tools with modern features like grid layout inspection and performance analysis. 2020: Microsoft Edge adopts Chromium, aligning its developer tools with Chrome’s and consolidating devtools standards across browsers.

Does this look accurate? Anything I'm missing?

26.11.2024 20:19 πŸ‘ 36 πŸ” 3 πŸ’¬ 29 πŸ“Œ 1

for…of in preference to Array methods: easily read, supports await, loops over anything iterable, performant.

I guess the corollary is learning to really embrace mutation: glad the fixation with immutability we went through as an industry a while back has simmered down!

22.11.2024 15:41 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

The moment of bliss that including closing tabs to make room for ones for the new error πŸ˜…

29.10.2024 02:51 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

I created a Bluesky Starter Pack! πŸŽ‰

It includes ~75 wonderful people in the web dev community who are doing inspiring work. I know I’ve missed some folks; I plan on adding to it over time.

Starter packs are such a great idea. Immediately makes Bluesky feel less lonely for newcomers. πŸ˜„

29.10.2024 13:28 πŸ‘ 488 πŸ” 112 πŸ’¬ 66 πŸ“Œ 25

As a teen in the early 2000s, I spotted all these cool kids in Linkin Park t-shirts and thought it was a clothing brand

26.10.2024 08:56 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0