Create stunning presentations, smoothly animated videos and elevate your technical content!
snappify.com
Not affiliated but a very happy user for more than 1 year.
Not affiliated but a very happy user for more than 1 year.
It's an excellent idea when your function accepts “config-like” arguments, like Boolean flags, or strings that represent specific options.
Check the diagram for an example 👇
It's an excellent idea when your function accepts “config-like” arguments, like Boolean flags, or strings that represent specific options.
Check the diagram for an example 👇
I like it a lot and it is so useful to have a real editor when working on a slide that has code that I can edit in place.
I like it a lot and it is so useful to have a real editor when working on a slide that has code that I can edit in place.
it's time to educate the people on what's actually possible with snappify :D
it's time to educate the people on what's actually possible with snappify :D
also - it has been quite some time since the last one - I created a new YouTube video to explain it :)
youtu.be/V2GHtWXLBtc
also - it has been quite some time since the last one - I created a new YouTube video to explain it :)
youtu.be/V2GHtWXLBtc
if no bigger edge cases pop up, I'll be able to release this soon 🤞
if no bigger edge cases pop up, I'll be able to release this soon 🤞
More animation options for text elements 🙌
A must for every presentation tool, especially when it comes to showing paragraphs / list-items after clicking :D
More animation options for text elements 🙌
A must for every presentation tool, especially when it comes to showing paragraphs / list-items after clicking :D
Still room for improvement, but it's already a lot better than before!
damn, it feels good to work on such things again 😌
Still room for improvement, but it's already a lot better than before!
damn, it feels good to work on such things again 😌
Check it out here: https://youtu.be/IsjrIX7-lms
#rubyday24 #rubyday #Ruby #RoR #Rails
Check it out here: https://youtu.be/IsjrIX7-lms
#rubyday24 #rubyday #Ruby #RoR #Rails
When creating the dictionary, instead of checking if the key exists, creating an empty list if it doesn't, and then appending, we can use `setdefault` to do everything in one go. ✨
When creating the dictionary, instead of checking if the key exists, creating an empty list if it doesn't, and then appending, we can use `setdefault` to do everything in one go. ✨
6 different ways to loop through arrays 👇👇
6 different ways to loop through arrays 👇👇
30% off all yearly plans using the code BF_2024 at checkout :D
30% off all yearly plans using the code BF_2024 at checkout :D
Do you need help with:
🌊 #Monorepos using @nx.dev
🧩 #MicroFrontend architecture
👨💻 #TypeScript development
🎨 UI Design Systems
🎓 Developer coaching & workshops
Watch my 1-minute video below 👇👇👇
Do you need help with:
🌊 #Monorepos using @nx.dev
🧩 #MicroFrontend architecture
👨💻 #TypeScript development
🎨 UI Design Systems
🎓 Developer coaching & workshops
Watch my 1-minute video below 👇👇👇
I'm sure you know those:
🔵 parseInt(value)
🔵 parseFloat(value)
🔵 Number(value)
But do you know these as well?
🟣 +value
🟣 ~~value
The last one takes even care of _NaN_ for you 🤗
I'm sure you know those:
🔵 parseInt(value)
🔵 parseFloat(value)
🔵 Number(value)
But do you know these as well?
🟣 +value
🟣 ~~value
The last one takes even care of _NaN_ for you 🤗