How to use git without pager
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 times.
Thoughts on software design, architecture, and development
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 times.
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 they said v8 won't be available as a standalone version anymore.
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 to be inline with modern Rails.
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. In an effort to reduce that gap I would like to host 30 minutes chat, on a regular basis.
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 development o debugging purpose.
১ বছর আগে এই দিনে জীবনে প্রথমবারের মত প্লেনে উঠে ২ ঘন্টায় ১৫০০ কিলো পাড়ি দিয়ে শুরু করেছিলাম জীবনের নতুন অধ্যায়! এরপর গত একবছরে সম্পূর্ণ ভিন্ন ধর্মী দুইটা কালচার, আবহাওয়া এক্সপেরিয়েন্স করার সুযোগ হয়েছে। সাথে অসম্ভব ট্যালেন্ডেড কিছু লোকজনের সাথে কাজ করার সুযোগও হয়েছে!
পেওনীয়ারের মত কোম্পানীর মাধ্যমে যেসব ট্রানজেকশন হচ্ছে, অনেকেই সেটার বিপরীতে সরাসরি কোন ইন্সেন্টিভ পাচ্ছেন না! আজকে আমি একটা ঘুরো পথ দেখাবো যেটার মাধ্যমে আপনি প্রবাসী না হয়েও ইন্সেনটিভ সব টাকা দেশে আনতে পারবেন পেওনীয়ার থেকে।
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 onboard every client manually.
Convenience and being hassle free is the main selling point of going Cashless! Governments and big enterprises are working to build a Cashless society everyday.
Earlier I only had experience with Bangladeshi Banking system. Comparing to that Thai Banking is quite fast and efficient. If you don't speak any Thai, you'd be better off at branches in popular shopping malls. There it's comparatively easy to find decent English speaking banker.
Developing email templates and sending a new mail every time to view a change is very inefficient and painful. Rails comes in rescue again. With mailer preview, you can view the changes in your browser just like any other page template.