silly boy, never forget your { tools: [ruby, emacs] }
"""
Don't forget your tools
"""
--- he, as to himself, too late to recover a year lost
===
"""
Missed you guys
"""
--- me to them, upon reuniting
#emacs #ruby #bless
silly boy, never forget your { tools: [ruby, emacs] }
"""
Don't forget your tools
"""
--- he, as to himself, too late to recover a year lost
===
"""
Missed you guys
"""
--- me to them, upon reuniting
#emacs #ruby #bless
Wake me up when Ruby Central vs the software maintainers gets to this point
https://youtu.be/s0bClUp9I6w?si=AFEQ38E8vTUtvEyh
📢 Coinbase is hiring a Senior Software Engineer, Backend - Platform (Payments)!
📢 Coinbase is #hiring a Senior Software Engineer, Backend - Platform (Payments)!
💰 $186,065 - $218,900
🌎 Re...
🔗 http://jbs.ink/hfNg3ZeG0YK1
#jobalert #jobsearch #remotejobs #remotejob #remotework #ruby #backend #microservices #softwareengineer #machinelearning #golang #docker #sinatra #design
📢 Coinbase is hiring a Senior Software Engineer, Backend (Platform - Financial Eng) !
📢 Coinbase is #hiring a Senior Software Engineer, Backend (Platform - Financial Eng) !
💰 $186,065 - $218,900
🌎 Remote - Remot...
🔗 http://jbs.ink/Ghb5ysemdHol
#jobalert #jobsearch #remotejobs #remotejob #remotework #ruby #backend #microservices #machinelearning #golang #docker #design #finance
📢 Coinbase is hiring a Staff Software Engineer!
📢 Coinbase is #hiring a Staff Software Engineer!
🌎 Remote - Remote - USA
⏰ Full-time
⏰ Full-Time
🔗 http://jbs.ink/TjmRFvlLzod3
#jobalert #jobsearch #remotejobs #remotejob #remotework #ruby #microservices #softwareengineer #machinelearning #golang #docker #sinatra #design
📢 Zipdev is hiring a Full-stack Engineer Frontend!
📢 Zipdev is #hiring a Full-stack Engineer Frontend!
🌎
🔗 http://jbs.ink/fGgZ6OwLRSQT
#jobalert #jobsearch #remotejobs #postgresql #ruby #backend #frontend #fullstack #azure #typescript #django #docker
📢 Agile Six is hiring a Full-stack Engineer!
📢 Agile Six is #hiring a Full-stack Engineer!
🌎
🔗 http://jbs.ink/gI4F3AMbtVSK
#jobalert #jobsearch #remotejobs #javascript #ruby #fullstack #backend #frontend #aws #kubernetes #typescript #docker
📢 Zipdev is hiring a Full-stack Engineer Frontend!
📢 Zipdev is #hiring a Full-stack Engineer Frontend!
🌎
🔗 http://jbs.ink/fGgZ6OwLRSQT
#jobalert #jobsearch #remotejobs #postgresql #ruby #backend #frontend #fullstack #azure #typescript #django #docker
📢 Lawpay is hiring a Senior Quality Engineer!
📢 Lawpay is #hiring a Senior Quality Engineer!
🌎
👵 Senior
🔗 http://jbs.ink/dANHLZ37xYM8
#jobalert #jobsearch #remotejobs #python #ruby #microservices #kubernetes #docker #shell #bash #design
📢 Coinbase is hiring a Engineering Manager - Payments Platform!
📢 Coinbase is #hiring a Engineering Manager - Payments Platform!
💰 $218,025 - $256,500
🌎 Remote - Remote - ...
🔗 http://jbs.ink/Yx6qGvj1AgtJ
#jobalert #jobsearch #remotejobs #remotejob #remotework #ruby #microservices #softwareengineer #machinelearning #golang #docker #sinatra #design #finance
📢 Coinbase is hiring a Senior Solutions Architect!
📢 Coinbase is #hiring a Senior Solutions Architect!
💰 $180,370 - $212,200
🌎 Remote - Remote - USA
⏰ Full-time
👵 Senior
⏰ Full-Time
🔗 http://jbs.ink/PuHo3wEiY5R4
#jobalert #jobsearch #remotejobs #remotejob #remotework #ruby #softwareengineer #machinelearning #golang #design
📢 Clinic Marketing is hiring a Software Developer!
📢 Clinic Marketing is #hiring a Software Developer!
🌎 Jane
🔗 http://jbs.ink/PyuSJV2jsE5m
#jobalert #jobsearch #ecommercejobs #ruby #frontend #backend #marketing #design
📢 Clinic Marketing is hiring a Software Developer!
📢 Clinic Marketing is #hiring a Software Developer!
🌎 Jane
🔗 http://jbs.ink/PyuSJV2jsE5m
#jobalert #jobsearch #ecommercejobs #ruby #frontend #backend #marketing #design
Marco on the Ruby Community Conference stage
Well folks,
@marcoroth dropped a new #herb release on #RuCoCo and he packed some really nice goodies in it.
Don't claim later that nobody told you 😉
https://ruby.social/@marcoroth/116223917202960418
#Ruby #Rails #RubyOnRails #ActionView #ReActionView […]
[Original post on ruby.social]
📢 is hiring a Full Stack Developer - gesler company - Michigan, Remote!
📢 is #hiring a Full Stack Developer - gesler company - Michigan, Remote!
#jobalert #jobsearch
🔗 http://jbs.ink/qGVF7JICXpBW
#nodejs #javascript #postgresql #python #ruby #frontend #backend #angular #mysql
A lined fullbody drawing of one of my ocs. She is humanoid in appearance but has wolf ears and a long fluffy tail. Her colour scheme is a hot pink/red with gold trims and black accents. Her hair is mid-length with a black gradient at the bottom and she has bright green eyes. She's wearing a steampunk-inspired outfit with a black skirt, red jacket, a patterned corset, long red socks with gemstone patterns and knee-high boots with high heels and laces. She's posed in a playful manner; sticking her tongue out, lifting her right leg and is doing the peace sign with her right hand. A tribal wolf emblem is seen on the top right and on her left thigh as a tattoo and a gold cog with an emerald gemstone in the middle is seen next to the larger wolf emblem
[ #WIP ]
Lines and flats down, might have to go back and sort the necklace tomorrow since I kept resizing it to the point it's getting pixelated now
Gonna go sleep...hopefully...💤
#art #artsky #workinprogress #oc #ocsky #reference #red #ruby #wolf #redraw #concept #steampunk
Since 2018, we’ve spent more than 60,000 developer hours upgrading #Ruby and #Rails applications. Over time, we’ve developed a structured process and a set of best practices to make these upgrades safer and more predictable.
I want to know if someone messages or mentions me on the socials, but I don't want to have to keep logging in to check or have notifications on my phone. Here's a #ruby script to get all your social notifications emailed to you when you want them github.com/lylo/social...
One of the features for which I love Ruby is that it has syntax features that let me express clearly what the intention of my code is.
- `unless` instead of `if not`
- `until` instead of `while not`
- `loop do` instead of `while true`
#Ruby #Coding
📢 Algrano is hiring a Product Designer!
📢 Algrano is #hiring a Product Designer!
🌎 Worldwide
⏰ Full-Time
⏰ Full-Time
🔗 http://jbs.ink/XvGUNictDJ18
#remotejob #remotework #wfh #javascript #ruby #design
“#JENNIE #Ruby #likeJENNIE Official audio for “like JENNIE (Extended Remix)” ” / “JENNIE - like JENNIE (Extended Remix - Official Audio)” (1 user) https://www.youtube.com/watch?v=9xq3BYnGPwo
Ruby cheatsheet
If you're an experienced developer and want to brush up on your Ruby knowledge, check out the cheat sheets periodically.
#Ruby #Cheatsheets #Hints #Tips #RubyLinks
Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations PR from Shopify CEO Tobias Lütke against Liq...
#django #performance #rails #ruby #ai #andrej-karpathy […]
[Original post on simonwillison.net]
Over the past couple of days we carefully rewrote all our guides. Lots of new and updated content. More to come.
#rails #ruby #opensource #docs
guides.alchemy-cms.com
📢 is hiring a Full Stack Developer - gesler company - Michigan, Remote!
📢 is #hiring a Full Stack Developer - gesler company - Michigan, Remote!
#jobalert #jobsearch
🔗 http://jbs.ink/u4F7Ovs5EC16
#nodejs #javascript #postgresql #python #ruby #frontend #backend #angular #mysql
📢 is hiring a Web Developer - gesler company - Michigan, Remote!
📢 is #hiring a Web Developer - gesler company - Michigan, Remote!
#jobalert #jobsearch
🔗 http://jbs.ink/21eCLRZ9Ukad
#nodejs #javascript #postgresql #python #ruby #frontend #backend #angular #mysql
Well, today is my birthday and to celebrate I wanted to make a piece featuring 3 of my favorite girls!
#Koikatsu #NSFW #FE #FireEmblem #FE13 #FireEmblemAwakening #Lucina #RWBY #RubyRose #Ruby #SoulEater #MakaAlbarn #Maka
📢 GitLab is hiring a Staff Backend (Python) Engineer, AI Engineering:Duo Chat!
📢 GitLab is #hiring a Staff Backend (Python) Engineer, AI Engineering:Duo Chat!
🌎 UK, USA, Canada, LATAM, Netherlands
⏰ Full Time
🔗 http://jbs.ink/6bUohPMzaNvg
#remotejob #remotework #wfh #postgresql #python #ruby #backend #frontend #graphql #design #finance
Another bit of line work because she's all that's on my mind lately.
#oc | #murmurwips | #ruby