Hows you guys?!!
Here after a long time!
Rippled by @diode
You can also share and discuss code snippets with the new quote feature 🤓 and it will do syntax highlighting ⚡️⚡️⚡️
Just select the code "< >" option in the Drop compose dialog in the quote editor.
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end
# Create a new object
g = Greeter.new("glue")
# Output "Hello Glue!"
g.salute
Starting another startup uni-tap.netlify.app! Let's gooooo!!!🤠
Rippled by @diode
As some of you may know, I'm French and today again, our president really insisted we all (the French) need to get vaccinated.
But you too, even if you're from another country, get vaccinated !
Hola everyone!
Just published my first article on Medium: medium.com/@imdiode/a-fresh-ta...
It is just a 3 min read so, do read it and let me know your vies and/or feedback!