• Skip to main content
  • Skip to primary sidebar
BMA

BeMyAficionado

Inspire Affection

Event Driven Communication Between Domains/Components – Frontend Development

May 8, 2023 by varunshrivastava Leave a Comment

Event Driven Communication via Event Bus

Event Driven Architecture has been around for decades. This is not something new that we discovered recently. But we have definitely seen the rise of this with the emergence of distributed system and need for asynchronous communication. Event Driven Architecture really helps to reduce the complexity involved with distributed system while providing a way to asynchronously … [Read more...] about Event Driven Communication Between Domains/Components – Frontend Development

A Brief Discussion On Frontend and Micro-frontends

April 1, 2023 by varunshrivastava Leave a Comment

Breaking down Monoliths into Micro-frontends

Whenever we hear the world "Monolith" it kind a sounds like a large block of age old monument, but in the world of software development monolith is not age old, infact, monolith is the first choice. Whenever I start on a project, I prefer to go monolith. There are several benefits of that. For one, it has less components and its really fast to develop and release new features … [Read more...] about A Brief Discussion On Frontend and Micro-frontends

Top 5 Common Design Patterns

August 8, 2022 by varunshrivastava Leave a Comment

good code, bad code

Design patterns could make a difference in the way you write code. The thing we all need to understand is that we will come across many people who could write code, but there will be very few who write the code in a way that is scalable, maintainable, free of smells and most importantly readable. And to make a shift, it is important to know and understand different design … [Read more...] about Top 5 Common Design Patterns

Design A Notification System

May 19, 2022 by varunshrivastava Leave a Comment

Distributed Notification System Design

The notification system is a very important part of any organization, especially financial orgs. For ex: It is very important to tell people about their upcoming payments. Or that the order has been placed successfully with the receipt of their order. It gives them feedback that things went well. But have you ever given any thought to how notification works or is delivered … [Read more...] about Design A Notification System

A Well Functioning Team – Feedback Culture

April 24, 2022 by varunshrivastava Leave a Comment

types of feedbacks

It feels like I'm writing after a long time. Actually, my priorities have been quite varied in the past few months, mostly focussing on my technical expertise. But last week my team had a pretty good retrospective session where I picked up nice clues and suggestions, so I thought of sharing my 2-cents with you all. Retrospectives actually bring a lot of memories or to … [Read more...] about A Well Functioning Team – Feedback Culture

Replication – How Is It Done In Distributed Systems?

February 3, 2022 by varunshrivastava Leave a Comment

Replication simply means keeping a copy of the same data on multiple machines connected via a network. These machines could be present in different parts of the world and not necessarily in the same perimeter. There are many benefits of having this redundancy that you will see later in this article. The objective is this article is to provide some insights into different … [Read more...] about Replication – How Is It Done In Distributed Systems?

Freedom From Redundancy Is A Trade-off

January 26, 2022 by varunshrivastava Leave a Comment

Common Code

Code reusability is the holy grail for software development. You might have heard that developers should write code once and reuse it everywhere. Or, never write the same code twice... and a lot of things on similar lines. But have you ever questioned this? Is redundancy such a bad thing after all? Don't you think these statements are subjective? Applied to specific … [Read more...] about Freedom From Redundancy Is A Trade-off

Why Do Developers Write Code That Slows Them Down

November 5, 2021 by varunshrivastava 1 Comment

good code, bad code

I've been seeing some "not-so-good" everywhere and that made me wonder - Why do developers write code that slows them down later on? When I started asking this question myself, I started getting various reasons for the not-so-good code. I made a note of these reasons. And today I'll elaborate on each one of those. I guess you will relate to these and feel free to share your … [Read more...] about Why Do Developers Write Code That Slows Them Down

Code Review Best Practices For Software Engineers

November 5, 2021 by varunshrivastava Leave a Comment

Code Review

Before diving into the best code review practices, I always ask this question - Why do we need a Code Review process? Code review process exists to improve the software development lifecycle (SDL). To improve the software and code that we are writing. This is done by adding an extra layer to the development process where your peers will take a look at the code to … [Read more...] about Code Review Best Practices For Software Engineers

Generate Pseudo Random Numbers With Linear Feedback Shift Register (LFSR)

September 14, 2021 by varunshrivastava Leave a Comment

Randomness Entropy

Recently I was thinking about random numbers. The numbers that all software engineers use in day-to-day life. Have you ever wondered what the heck is random? When do we call something random? Let me tell you at the start that the word "random" that we are used to is not random at all. It's pseudorandom. It's pseudo because it behaves randomly enough but it's not actually … [Read more...] about Generate Pseudo Random Numbers With Linear Feedback Shift Register (LFSR)

Next Page »

Primary Sidebar

Subscribe to Blog via Email

Do you enjoy the content? Feel free to leave your email with me to receive new content straight to your inbox. I'm an engineer, you can trust me :)

Join 845 other subscribers

Latest Podcasts

Recent Posts

  • Event Driven Communication Between Domains/Components – Frontend Development
  • A Brief Discussion On Frontend and Micro-frontends
  • Top 5 Common Design Patterns
  • Design A Notification System
  • A Well Functioning Team – Feedback Culture

Recent Comments

  • disqus_X5PikVsRAg on Basic Calculator Leetcode Problem Using Object-Oriented Programming In Java
  • Varun Shrivastava on How To Mock SecurityContextHolder in Spring Security using Mockito?
  • Franco Vedia on How To Mock SecurityContextHolder in Spring Security using Mockito?
  • Varun Shrivastava on Create Page Layouts with React and Typescript
  • Damilola Bells on Create Page Layouts with React and Typescript

Categories

  • Blogging
  • Cooking
  • Fashion
  • Finance & Money
  • Programming
  • Reviews
  • Software Quality Assurance
  • Technology
  • Travelling
  • Tutorials
  • Web Hosting
  • Wordpress N SEO

Archives

  • May 2023
  • April 2023
  • August 2022
  • May 2022
  • April 2022
  • February 2022
  • January 2022
  • November 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016

Tags

Affordable Hosting (4) algorithms (4) aoc-2020 (7) bad luck (3) believe in yourself (4) best (4) database (4) earn money blogging (5) education (4) elementary sorting algorithms (4) experience (3) fashion (4) finance (6) Financial Freedom (7) food (7) friends (3) goals (5) google (5) india (10) indian cuisine (5) indian education system (4) java (15) life (15) life changing (4) love (4) microservices (8) motivation (4) oops (4) podcast (6) poor education system (4) principles of microservices (5) problem-solving (7) programmer (5) programming (25) reality (3) seo (6) spring (3) SSD Hosting (3) success (10) success factor (4) technology (4) tips (3) top 5 (7) web developer (3) wordpress (7)

Copyright © 2023 · Be My Aficionado · WordPress · Log in

Go to mobile version