Useful tips for everyday
When should I use a shared pointer? Use shared_ptr or intrusive_ptr when you want shared ownership of the pointer….The following is a good rule of…
Is unsigned int better to use? Unsigned integers are used when we know that the value that we are storing will always be non-negative (zero…
How many arguments can a JavaScript function have? You can specify up to 255 parameters in a function definition. However, you usually don’t need that…
Can we use MVC for Windows application? MVC is about User Empowerment and Direct Manipulation. It was invented for (the very first) graphical desktops. You…
How do I talk to a product owner? Here are some tips for effective communication between the product owner and the dev team. Get your…
What is RabbitMQ architecture? The basic architecture of a message queue is simple – there are client applications called producers that create messages and deliver…
What happens if I change my domain? A series of 301 redirects will show Google that you are committed to the switch. Plus, if any…
How do microservices communicate between services? There are two basic messaging patterns that microservices can use to communicate with other microservices. Synchronous communication. In this…
How to get the most recent RSS feed? Most RSS feeds only list the 10-25 most recent items in their XML file. How do I…
What is split and multivariate testing? Split Testing vs. The control is the original item, and the variation is what you change. In other words,…