snappify
banner
snappify.com
snappify
@snappify.com
A powerful PowerPoint alternative for developers. 🧑‍💻

Create stunning presentations, smoothly animated videos and elevate your technical content!

snappify.com
Reposted by snappify
I recommend @snappify.com - the main thing is that you will have a real code editor (or multiple) on the slides with themes and language syntax highlighting, and so it makes any change of any slide easy.

Not affiliated but a very happy user for more than 1 year.
April 18, 2025 at 5:13 AM
Reposted by snappify
When defining a function, you can use a single asterisk `*` to force all arguments that follow it to be keyword-only.

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 👇
April 9, 2025 at 9:43 AM
Reposted by snappify
I am using @snappify.com for probably more than one year for all my technical presentations where I need to show code samples and for all my code samples shared on social media.

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.
March 4, 2025 at 4:00 PM
Reposted by snappify
One of my biggest marketing efforts for snappify will be to create many more templates + publish tutorials on how to create them from scratch

it's time to educate the people on what's actually possible with snappify :D
January 24, 2025 at 1:08 PM
Reposted by snappify
I've finally shipped the new snappify Text Animations 🥳

also - it has been quite some time since the last one - I created a new YouTube video to explain it :)

youtu.be/V2GHtWXLBtc
January 22, 2025 at 9:29 AM
Reposted by snappify
making good progress

if no bigger edge cases pop up, I'll be able to release this soon 🤞
January 16, 2025 at 10:24 AM
Reposted by snappify
I finally started to tackle a feature for snappify that I have had in my backlog for a long time already

More animation options for text elements 🙌

A must for every presentation tool, especially when it comes to showing paragraphs / list-items after clicking :D
January 10, 2025 at 1:51 PM
Reposted by snappify
today I spent some time improving the algorithm for detecting code changes when doing the morph animation in @snappify.com

Still room for improvement, but it's already a lot better than before!

damn, it feels good to work on such things again 😌
January 8, 2025 at 2:33 PM
Reposted by snappify
The GrUSP team has just published my talk "Discover Modern Ruby features" on YouTube, which I gave at the last #rubyday edition. 

Check it out here: https://youtu.be/IsjrIX7-lms

#rubyday24 #rubyday #Ruby #RoR #Rails
Discover Modern Ruby features | Lucian Ghinda | rubyday 2024
Exploring Ruby's evolution as a language: Dive into new features like pattern matching, hash literal value omission, object shapes, and a wide range of new a...
youtu.be
December 17, 2024 at 8:37 AM
Reposted by snappify
The method `dict.setdefault` is useful when you want to create a dictionary that maps keys to lists of values.

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. ✨
December 6, 2024 at 11:09 PM
Reposted by snappify
JavaScript tip 💡

6 different ways to loop through arrays 👇👇
November 27, 2024 at 4:10 PM
Reposted by snappify
Loving the new Chakra UI `css` prop.
November 25, 2024 at 9:39 PM
Reposted by snappify
It's time again .. for a @snappify.com Black Friday Deal! 🥳

30% off all yearly plans using the code BF_2024 at checkout :D
November 25, 2024 at 8:15 AM
Reposted by snappify
Hey 👋

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 👇👇👇
November 7, 2024 at 5:14 PM
Reposted by snappify
There are several ways to convert values to numbers in JavaScript.

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 🤗
November 5, 2024 at 10:28 AM
Hello World!
November 4, 2024 at 10:40 AM