// Blog //

A Single Codebase of ReactJS Can Get Both Your Website and Mobile APP by RSD

Mar,05,2024

Table of Content What’s New Coming in the React World? React’s evolution continues with the introduction of ReactDOMStrict, the latest in a series of innovations, starting from class-based components to functional components with hooks and the cross-platform capabilities of React Native. Each step is aimed at simplifying the developer experience and enhancing application performance. Now, […]

FRONTEND, MOBILE, REACTJS
ReadMore
react-performance

Mastering optimisation Frontend Performance in ReactJS: Strategies for Speed and Efficiency

Jan,31,2024

In the world of frontend development, ReactJS has emerged as a popular and powerful library for building interactive user interfaces. However, with great power comes the responsibility of ensuring optimal performance. This blog post delves into the key strategies for enhancing frontend performance in ReactJS applications. From initial render to dynamic updates, we’ll explore practical […]

FRONTEND, REACTJS
ReadMore
aws-gmail-ec2

How to Configure Gmail SMTP on AWS EC2

Jan,31,2024

A Step-by-Step Guide for Cloud and DevOps Engineers Sending emails through an Amazon Web Services (AWS) EC2 instance can be a little tricky, especially when you’re trying to use a service like Gmail SMTP on a non-standard port. If you’ve ever tried to set up your EC2 instance to send emails through Gmail using port […]

AWS, CLOUD SERVER
ReadMore
aws-rds

How to modify MySQL database configuration in AWS RDS

Jun,09,2023

In this article, I’m going to explain how to modify MySql parameters while you are using AWS RDS (Relational Database Service) for the MySql Database. I write this post after fixing an error of “MySql ‘max_allowed_packet’ bytes error during import database” but you can do anything with MySql database configuration parameters after reading this post. […]

AWS, CLOUD SERVER
ReadMore