HWPG(@hewhoprograms) 's Twitter Profileg
HWPG

@hewhoprograms

Retweet people who are coding.

ID:1568150032339337216

linkhttps://bit.ly/kope2me calendar_today09-09-2022 08:11:35

45 Tweets

21 Followers

140 Following

HWPG(@hewhoprograms) 's Twitter Profile Photo

✍️ I unlocked a new achievement!

Visited the Netflix 'Hello World' page in 2024.

Making history!

link: netflix.com/helloworld

✍️ I unlocked a new achievement! Visited the Netflix 'Hello World' page in 2024. Making history! link: netflix.com/helloworld #coding #programming #Shoutouts #netflix
account_circle
docEdub(@DocEdub) 's Twitter Profile Photo

Babylon.js audio users: Make your voice heard!

See my latest blog post: medium.com/Babylon.js/aud…

...and join the discussion:
forum.babylonjs.com/t/audio-engine…

Babylon.js

account_circle
ウダサン(@udasan_koubou) 's Twitter Profile Photo

画面の中のボールを打ち返すやつ

2/25(日)のイベントに持っていきます。きてね

elfsr-devcomm.connpass.com/event/302787/ #ELFSRViSON

account_circle
Adam Richard Turner(@devadam88) 's Twitter Profile Photo

Day 58 Round 5 of 100DaysOfCode

Re-jigged my portfolio to be more of a business card.
It's a 'minimalist' design by my book. 📕

I now like the colours black and green.

Day 58 Round 5 of 100DaysOfCode Re-jigged my portfolio to be more of a business card. It's a 'minimalist' design by my book. 📕 I now like the colours black and green.
account_circle
jhey ▲🐻🎈(@jh3yy) 's Twitter Profile Photo

CSS Trick ⚙️

You can use scroll-driven animations to create gears for your site ✨

.gear {
--turn: 720deg;
animation: work;
animation-timeline: scroll()
}
.gear--big { --turn: -450deg; }
@​keyframes work { to { rotate: var(--turn); }

The trick here is creating a gutter…

account_circle
jhey ▲🐻🎈(@jh3yy) 's Twitter Profile Photo

CSS Trick Break Down 🎬

You can use the linear() function in CSS to create custom animation easing with character 😎

.ball {
--bounce: linear( 0, 0.0039, 0.0157, ..., 1 );
animation: drop 2s;
animation-timing-function: var(--bounce);
}

Let's take a look! 👇

account_circle
Shefali(@Shefali__J) 's Twitter Profile Photo

JavaScript Tip💡

You can use some() method for an array to check if any array element passes a test.

This method executes the callback function once for each array element and returns true or false.

This neither changes the original array, nor it executes the function for…

JavaScript Tip💡 You can use some() method for an array to check if any array element passes a test. This method executes the callback function once for each array element and returns true or false. This neither changes the original array, nor it executes the function for…
account_circle
Sahn Lam(@sahnlam) 's Twitter Profile Photo

Improving API Performance with Database Connection Pooling

The diagram below shows 5 common API optimization techniques. Today, I’ll focus on number 5, connection pooling. It is not as trivial to implement as it sounds for some languages.

When fulfilling API requests, we often…

Improving API Performance with Database Connection Pooling The diagram below shows 5 common API optimization techniques. Today, I’ll focus on number 5, connection pooling. It is not as trivial to implement as it sounds for some languages. When fulfilling API requests, we often…
account_circle
Adam Richard Turner(@devadam88) 's Twitter Profile Photo

Cristina 🦉 I posed a similar question on Linkedin about this a while ago - why is everyone using different titles to describe the same job? Some funny replies!

---

Why do software professionals use different job titles to refer to the same work? Why don't they use 'Computer Programmer'…

@zlatov_cristina I posed a similar question on Linkedin about this a while ago - why is everyone using different titles to describe the same job? Some funny replies! --- Why do software professionals use different job titles to refer to the same work? Why don't they use 'Computer Programmer'…
account_circle