When you try calling stringify_values on a Ruby Hash
Ruby dev moment: I tried to convert hash values with map(&:to_s), broke my CI, and discovered a cleaner, more Ruby-like way to do it.
Thoughts on software design, architecture, and development
Ruby dev moment: I tried to convert hash values with map(&:to_s), broke my CI, and discovered a cleaner, more Ruby-like way to do it.
Kamal's documentation only shows how to expose a single port, but you can publish multiple ports using the `--publish` option. Here's how to configure accessories that need multiple ports exposed.
একজন সফটওয়্যার ইঞ্জিনিয়ার, যিনি তার টেকনিক্যাল দক্ষতা, প্রবলেম সলভিং এবং ডেডিকেশন দিয়ে সবার নজর কেড়েছেন, তাকে পুরস্কার হিসেবে পদোন্নতি দিয়ে ইঞ্জিনিয়ারিং ম্যানেজার বানিয়ে দেওয়া হলো। কিন্তু ক...
Sometimes it can be beneficial to disable the pager, especially when I only want to view simple things. I prefer not having to press "q" just to quit or mistakenly pressing "q" and "Esc" multiple t...
For the last 8 years, I became a fanatical user of 1Password. I bought their v5 back in 2014. I migrated away from LastPass, and never looked back. Everything was good, until a few months ago when...
Using FontAwesome with Rails was really easy with font-awesome-rails gem. It also had really nice helpers. Thing is this gem depends on Sprokets. I wanted to try the shiny but very light Propshaft ...
I work as a Software Engineer at a company called Applause GmbH. I'm originally from Bangladesh and currently living in Berlin, Germany. I'd like to help you with anything I can with my experiences...
Few days ago I stummbled upon a cool helper method in Rails called config_for. It's super useful to read any YAML based config files with ease. Let me show you.
Like I always to run my database server on the loopback device or on the private network. But sometimes I feel a strong urge to have access to the staging database from the local machine, be it for...
১ বছর আগে এই দিনে জীবনে প্রথমবারের মত প্লেনে উঠে ২ ঘন্টায় ১৫০০ কিলো পাড়ি দিয়ে শুরু করেছিলাম জীবনের নতুন অধ্যায়! এরপর গত একবছরে সম্পূর্ণ ভিন্ন ধর্মী দুইটা কালচার, আবহাওয়া এক্সপেরিয়েন্স করার সু...
পেওনীয়ারের মত কোম্পানীর মাধ্যমে যেসব ট্রানজেকশন হচ্ছে, অনেকেই সেটার বিপরীতে সরাসরি কোন ইন্সেন্টিভ পাচ্ছেন না! আজকে আমি একটা ঘুরো পথ দেখাবো যেটার মাধ্যমে আপনি প্রবাসী না হয়েও ইন্সেনটিভ সব টাকা দেশ...
When we started to deploy our SaaS platform for the first time, we were given an estimation of max 10 clients. So we decided to invest less time into our DevOps automation. Business decision was to...