Arun Raj R

I am an IT Solution Architect with a strong background in programming, web development, and software architectures. I thrive on turning complex problems into elegant solutions and love to explore new technologies to stay at the forefront of the ever-evolving tech landscape.

Aside from work, I am an open-source enthusiast and have contributed to many projects listed on GitHub's trending repositories. I am also a consultant for startups and a mentor to many students who are new to the world of coding.

My main focus is to provide technology solutions to business needs with leading front-end and back-end technologies.



Angular Universal 15

Is Angular Search Engine Friendly? 🤔

Server-side rendering (SSR) with Angular Universal 15 💡

The answer is NO. This article will help you understand the benefits of using Angular Universal for SEO and how to integrate it into an existing Angular application.

Read More
Angular13 with Firebase Remote Config

Angular13 with Firebase Remote Config

Integrate Firebase Remote Config in an Angular App using AngularFire.

Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring a code upgrade.

Read More
GitHub PR

4 Important Parts of Reviewing a Pull Request

Best practices for reviewers to make their life easier as repository maintainers.

Pull requests (PR) let you tell others about changes you have pushed to a branch in a repository (GitHub, Bitbucket, etc.).

Read More
GIT Commands

Advanced GIT Commands

Work with some advanced git commands!

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Read More
Firebase Analytics

Angular8/10 with Firebase Analytics

Integrate and debug Firebase Analytics in an Angular Application.

Google Analytics is a free application measurement solution that helps you understand how people use your application.

Read More
Angular 4

Angular4 — an intro!

A guideline for creating an Angular app.

SPAs are web applications that load as a single HTML page and dynamically update the contents of the page as the user interacts with the application without refreshing the entire page.

Read More

KnockoutJS — Templating/ Components

The main idea is that we can separate both the HTML elements and viewmodels (Can even separate as different files). In this way, we can reuse them.

Read More

KnockoutJs and how it is different from jQuery

Knockout.js is a javascript library that allows us to bind HTML elements against any data model. It provides a simple two-way data binding mechanism between your data model and UI means any changes to the data model are automatically reflected in the DOM(UI) and any changes to the DOM are automatically reflected to the data model.

Read More
knockoutJs

Learn knockoutJs — an intro!

As a developer, How will you simplify dynamic JavaScript UIs?

Model–view–view-model is a software architectural pattern that facilitates separation of the user interface via a markup language(view) from the business logic or back-end logic(model).

Read More