Progosling Profile Banner
Progosling Profile
Progosling

@Progosling

Followers
87
Following
8
Media
121
Statuses
243

πŸ‘‹ Hey! I'm Progosling β€” developer who loves starting projects πŸ”§ Learning to finish them πŸš€ Want to build something people use 🧭 Moving step by step

San Francisco
Joined December 2022
Don't wanna be here? Send us removal request.
@Progosling
Progosling
7 months
πŸŽ‰ My 2024 𝕏 Wrapped. Gained ~80 followers.Received ~1 replies.Had a total of ~20 impressions.Made $0 in 𝕏 Creator Revenue.Had a viral post that got 3 views (thanks, Mom!).
0
0
0
@Progosling
Progosling
1 month
Studying Solid over breakfast. Synchronous reactivity is Solid's default reactivity mode, where a system responds to changes in a direct and linear fashion. When a signal changes, any corresponding subscribers are immediately updated in an ordered manner.
0
0
0
@Progosling
Progosling
2 months
Poop Button. How to make a button that visually resembles a poop emoji on hover. No SVG or images β€” just pure CSS. #uikit
0
0
0
@Progosling
Progosling
2 months
Tung Tung Tung Sahur
0
0
0
@Progosling
Progosling
2 months
Crashed that Lamborghini β€” now I'm learning SolidJS. Solid Meta offers asynchronous SSR-ready Document Head management for Solid Applications, based on React Head.
0
0
0
@Progosling
Progosling
2 months
Didn't flush the toilet β€” now I'm learning SolidJS. As a JavaScript framework, Solid embraces reactivity and fine-grained updates.
0
0
0
@Progosling
Progosling
2 months
Computer programming or coding is the composition of sequences of instructions, called programs, that computers can follow to perform tasks.
0
0
0
@Progosling
Progosling
2 months
Solid #JS is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
0
0
0
@Progosling
Progosling
2 months
What happens when you use a getter in a JS class?.Let’s compute area. #javascript #webdev #js #frontenddev #learnjs
0
0
0
@Progosling
Progosling
2 months
Arrow functions vs normal methods in JS πŸ”.Here’s a destructured method β€” will this still point to the instance?.πŸ‘‰ Arrow functions keep their this from where they were defined. Guess the output!. #javascript #webdev #jsquiz #frontenddev #coding
0
0
0
@Progosling
Progosling
2 months
Coffee’s gone. Time to code. #morningdev #coffeetime #buildinpublic
Tweet media one
0
0
2
@Progosling
Progosling
2 months
JS Classes + Inheritance 🀯.You override a method and call super.speak(). But small syntax errors can break everything. Can you spot what’s wrong with this code?. #javascript #coding #jsfacts #frontend #webdev #oop
0
0
1
@Progosling
Progosling
2 months
RT @icanvardar: STRIPE_SECRET_KEY=sk_live_51Op4a8LgKZkRfEXAMPLEUnVrUxzGaxuZfgB7fD6rDbnMHoEMF1cOEXqNeT7lB2xFc3FqsXYb0WmR5KUMV1K4m8VKXY00tNEe….
0
353
0
@Progosling
Progosling
2 months
You created a class in JavaScript. You added a setter. You tried to call it β€” and nothing changed. Why? .JS setters are sensitive to exact naming. ageSetter β‰  agesetter . #javascript #coding #jsfacts #frontend #devlife #webdev
0
0
0
@Progosling
Progosling
2 months
Can a static method be called from an instance of a class in JavaScript?.This quick example might save you some head-scratching bugs. Know the difference between class and instance methods. #javascript #coding #jsquiz #devtips #frontend #webdev
0
0
0
@Progosling
Progosling
2 months
I redesigned the thumbnail for my YouTube video. Which one looks better to you? .1 - new.2 - old. #YouTube #Thumbnail #Redesign #Creative #Feedback
Tweet media one
0
0
0
@Progosling
Progosling
2 months
Traffic Report: April–May 2025.Period: April 11 β€” May 11.Unique visitors: 4,200.
Tweet media one
0
0
0
@Progosling
Progosling
2 months
Changing a method via __proto__ β€” does it actually override the prototype method?.Or will JavaScript still use the original one?.Know your prototypes β€” they don’t always behave the way you expect. #javascript #webdev #coding #frontend #jsquiz #devtips
0
0
0
@Progosling
Progosling
2 months
What happens if you call a constructor function without new in JavaScript? #62.No new object is created. this points to the global object (or is undefined in strict mode). Your code won’t work as expected. Don't forget the new.
0
0
0
@Progosling
Progosling
2 months
JavaScript quiz #61 πŸ’‘.What gets returned from a constructor if it explicitly returns an object?.Will this still apply? Think you know? πŸ‘€.Drop your guess πŸ‘‡. #javascript #webdev #frontend #programming #coding
1
0
0
@Progosling
Progosling
2 months
If your test passes on the first try β€” it’s probably testing the wrong thing.
Tweet media one
0
0
0