RSS Amplifier

Blog

Anam's Blog

Useless/Useful thoughts and ideas

blog.anam.coRSS feed ↗15 posts

Latest posts

যেভাবে নিজে নিজে এরেঞ্জ করে ফ্যামিলি নিয়ে সাত মাসের বাচ্চা সহ ওমরা করলাম

প্রথমেই বলে নেই। এই পোস্টে ধর্মীয় অংশটা বাদ রেখেছি ইচ্ছা করে। ওমরা করার নিয়ম, আদব এগুলো শিখানোর সঠিক মানুষ আমি না। ইন্টারনেটে অনেক জ্ঞা

How to conduct Coding interviews

I've taken and given a lot of interviews. I had been part of recruitment processes in many organisation. That allowed me to observe the overall hiring process from both side of the table. This post is a compilation of my observations, and my opinion on how a hiring process should

Recording webRTC Videos. Methods I tried, Lessons I learned.

I had the opportunity to work on many excellent projects. Every project comes with their unique challenges. One of those projects was a video calling application. It was a great learning experience, a lot of fun and a great achievement. I had a few challenges with the project, the first

বৈজ্ঞানিক কল্পকাহিনী: সিম্বি

মগের প্রিন্টটা উঠে যাচ্ছে। ২০৩৬ সালের বায়োটেক কনফারেন্সের কুচকুচে কালো কফি মগটা ডক্টর রাশেদের খুব প্রিয়। তিনি সাধারনত এই মগে কফি খান,

SMS OTP verification without using a database

I have created many web applications that uses OTP verification via SMS. It works by sending a 4 to 6 digit number to the user's phone number via SMS. And the user has to enter the OTP in order to verify the phone number. In most of the cases this

The curious world of web RTC (Part 2: Servers)

This is part 2 of my series on webRTC. Read Part 1 here: The curious world of web RTC (Part 1: Introduction) Let's talk servers. Of all the webRTC articles I read, all of them address the servers at the very end of the discussion. I am a very bad

The curious world of web RTC (Part 1: Introduction)

This is part 1 of my WebRTC series: Read Part 2 here: The curious world of web RTC (Part 2: Servers) I believed webRTC is one of the coolest things that happened to the web. It almost gave web developers super power to do the impossible. With that being said,

ভারতের চেন্নাই ভ্রমন ,আমার অভিজ্ঞতা ও ফটোব্লগ

আমার প্রথমবার ভারত যাওয়া হয়েছে ২০১৯ সালের ফেব্রুয়ারীতে। ব্লগ লেখার দিন থেকে খুব বেশীদিন আগে না। দেশের বেশীভাগ মানুষ ভারতে প্

যেভাবে করবেন ভারতীয় ভিসা (টুরিস্ট ও মেডিকেল ভিসা)

এই আর্টিকেল মার্চ ২০১৯ পর্যন্ত আপডেট করা । নিয়ম মাঝে মাঝেই পাল্টায়, তাই ভিসার এপ্লাই করার সময় অবশ্যই http://www.ivacbd.com/ সাইট থেকে লেটেস্ট

How I solved an interesting Scaling problem.

One of my younger brothers and friend joined a new company. The brand was old, but they restarted their operation, So they were still hiring people. They did not have a technology team yet (engineers were yet to join the next month). But they got the task for creating ticketing

পজিশন: স্টিকি,আমার হঠাত করে খুঁজে পাওয়া মজার একটা সি এস এস ফিচার

আনকমন বা ব্রাউজারে কম সাপোর্ট করে এমন ফিচারের নাম ভুলে যাই। এর আগের ব্লগ পোস্টে স্ক্রল স্ন্যাপ নিয়ে লেখার সময় এই ফিচারের রে

CSS স্ক্রল স্ন্যাপ। জাভাস্ক্রিপ্ট ছাড়াই স্ক্রল নিয়ন্ত্রন করা

যখন সি এস এস ৩ প্রথম ড্রাফ্ট হয় আর মেজর ব্রাউজারেরা এর কিছু কিছু ফিচার ইমপ্লিমেন্ট করা শুরু করে, তখনকার কথা। কয় মাসের মধ্যে পুরা ওয়েব সু

Easy WordPress Development with Docker

I have mixed feelings about WordPress. Half of the people I know absolutely hate WordPress while other half loves it. I think WordPress is cool. It's a great tool if you can use it properly. I used to work with WordPress on a regular basis. Half of my CMS works

The Era of Software Discrimination

When I was a child, out of the few things I remember studying in the "Computer Shikkha" (Computer studies) book was Moore's law . Many people explain this law differently, the version I knew stated that, "Computer specs double every two year". I read an article recently about the current state

How I created code sharing feature in my application without using a server

I have a very small repl-ish JavaScript code demonstration platform I call EvilEval , I usually make screencasts on JavaScript and use this tool to demonstrate basic JavaScript. The project is hosted with Github pages. One of it's feature is the ability to share code as share link or embeds. Here's