Software guy. #Ruby #ObjectDesign #Teams #DevOps
Yes. Getting Adequate Sleep night in night out.
So you’re going to build the next-gen eCommerce company selling dog supplies and you’ve decided to use React to build it…
Whenever I wanted to use placeholders in raw SQL query fragments in Rails, I would use ? and end up writing —
?
Post.where('published_at > ?', some_time)
I’ve been doing a lot of Rust recently together with my colleague and friend Preethi Kumar. If you’ve been following us over at Adventures in Rust, you’ll know we’re building a toy HTTP server as our learning project.