Rajasegar Chandran

Rajasegar Chandran @rajasegar

About: Javascript Toolsmith, Front-end developer

Location:
Chennai
Joined:
Oct 8, 2019

Rajasegar Chandran
articles - 81 total

React inside Ember - The Second Chapter

A year ago, I wrote an article here about invoking React components from Ember where I outlined an...

Learn More 7 0Jul 12 '24

Vim-style repeatable key bindings for navigating windows in Emacs

Table of Contents Vim-style repeatable key bindings for navigating windows in Emacs ...

Learn More 0 0Jun 6 '24

Exploring Syntax Trees in Emacs with Tree-sitter

In this post, we are going to take a look at an awesome feature in Emacs for exploring Syntax Trees...

Learn More 2 0May 14 '24

Striking a Balance: Sensibility vs Convenience in Software Development

In the ever-evolving landscape of software development, developers often find themselves at a...

Learn More 0 0Feb 22 '24

Unraveling the Chapelle Salt Trap: A Cautionary Tale in Web Development

Web development is a constantly evolving field, and staying updated with the latest trends and...

Learn More 0 0Jan 22 '24

Creating dynamic task runners for your npm scripts in Emacs

In this post, I will show you how to create dynamic task runners for your npm projects in Emacs. This...

Learn More 1 1Jan 3 '24

5 ways to get text from an Emacs buffer

Emacs Lisp is a powerful programming language that allows you to customize and extend your Emacs...

Learn More 3 2Jan 1 '24

Debugging rules: Change one thing at a time

Altering elements individually poses its own set of challenges. When modifications occur in pairs,...

Learn More 0 0Oct 7 '23

Ember Language Server in Emacs

In this post we are going to see how we can set up the language server for Ember in Emacs. A...

Learn More 1 0Oct 5 '23

Debugging rules: Quit thinking and look

It is a capital mistake to theorize before one has data. Observing the failure firsthand is...

Learn More 3 0Sep 9 '23

Debugging Rules: Keep an Audit Trail

Debugging proves to be a challenging task that often demands extended and uncertain periods for...

Learn More 1 0Aug 19 '23

Debugging Rules: Make it Fail

This post is third in the series of posts about the rules of debugging. Adopting a methodical...

Learn More 3 0Aug 15 '23

The Life Cycle of Technology

In this post, we are going to take a look at the life cycle of technology by having a brief look at...

Learn More 2 1Aug 12 '23

Debugging Rules: Understand the System

This post is the second in the series of posts about Debugging rules. Fixing problems without a...

Learn More 22 2Aug 12 '23

Debugging from different viewpoints

This is first in the series of posts about Rules of Debugging. In this post, we will take a look at...

Learn More 11 0Jul 31 '23

Most important commands in Helix

In this post, we are going to take a look at the most important commands in the Helix editor. We also...

Learn More 15 6Jul 24 '23

The Helix way

Helix way of doing things In this post we are going to take a look at how a Neovim user...

Learn More 23 4Jul 15 '23

Helix, tmux and lazygit

In this post, we are going to see how to use lazygit with Helix to manage your git repositories. In...

Learn More 14 2Jul 11 '23

Helix and tmux integration

In this post we are going to take a look at how to easily interact with tmux from Helix. Lately, I...

Learn More 5 1Jul 10 '23

Helix editor: Make HTTP requests and insert JSON

In this post we are going to take a look at how to make http requests with Helix editor and insert...

Learn More 8 0Jul 9 '23

The Age of CSS Resets

The year 2004 marked the beginning of the age of CSS resets Why we need resets in the first place?...

Learn More 0 0Mar 16 '23

CSS through the ages - The Genesis

The 1996 Summer Olympics were held in Atlanta, marking the 100th Anniversary of the modern Olympic...

Learn More 3 0Mar 16 '23

CSS through the ages - The Proposal

It all began in 1994. So, what happened with the world in 1994 The 1994 Winter Olympics were held in...

Learn More 1 0Mar 16 '23

CSS through the ages - Introduction

This is an introductory post for a series of articles where, I am going to walk you through the...

Learn More 6 1Feb 18 '23

Invoking Solid.js components from your Ember apps

In this post, we are going to take a look at how to invoke Solid.js components from an Ember.js...

Learn More 1 0Feb 13 '23

Invoking Svelte components from your Ember apps

In this post, we are going to take a look at how to invoke Svelte components from an Ember.js...

Learn More 2 1Feb 1 '23

Invoking React components from your Ember apps

In this post, we are going to take a look at how to invoke React components from an Ember.js...

Learn More 4 6Jan 31 '23

Everything will ultimately fail

In this post, we are going to take a look at why we need to design failure modes for our software and...

Learn More 1 0Dec 7 '22

Building a timeline of CSS history and standards

This is a post about how I built a timeline of CSS history and evolution using Svelte. The...

Learn More 1 0Dec 5 '22

HTTP over unix sockets in Common Lisp

In this post we are going to take took at how we can send HTTP requests using Unix sockets in Common...

Learn More 5 0Sep 28 '22