Pulkit Goyal

Pulkit Goyal @pulkit110

About: I’m Pulkit Goyal, and I’m a full stack developer. I mostly work with Rails, React, TypeScript, Kotlin and Swift. Sometimes I write stuff on https://pulkitgoyal.in

Joined:
Jun 17, 2021

Pulkit Goyal
articles - 11 total

Managing Distributed State with GenServers in Phoenix and Elixir

Phoenix and Elixir are designed at their core to build real-time, fault-tolerant applications. With...

Learn More 1 0Nov 12 '24

LiveState for Elixir: An Overview and How to Build Embeddable Web Apps

If you have programmed with Phoenix, you already know what a delight it can be to work with LiveView....

Learn More 0 0Sep 3 '24

How to Use Flume in your Elixir Application

As your Elixir app grows, you might need advanced control over how and where to perform background...

Learn More 0 0Apr 16 '24

Keep Your Ruby Code Maintainable with Money-Rails

When working with money in an application, ensuring everything is accounted for is important. In...

Learn More 5 0Dec 13 '23

An Introduction to Exceptions in Elixir

Exceptions are a core aspect of programming, and a way to signal when something goes wrong with a...

Learn More 4 0Oct 3 '23

An Introduction to Mocking Tools for Elixir

A well-written test suite is a big part of any successful application. But let's say you rely on an...

Learn More 1 0Apr 18 '23

Database Performance Optimization and Scaling in Rails

Web applications usually rely heavily on databases, for the most part. And as applications grow,...

Learn More 2 0Jan 4 '23

Using Profiling in Elixir to Improve Performance

Elixir is all about performance. Say you have an app up and running with Elixir, but some parts...

Learn More 8 0May 3 '22

What's New in Rails 7

Rails 7 is just around the corner. We don't have a confirmed release date, but it is expected to be...

Learn More 12 0Dec 22 '21

Three Ways to Debug Code in Elixir

Elixir provides a very powerful suite of tools that devs can use to observe the behavior of their...

Learn More 5 0Dec 7 '21

An Introduction to Pattern Matching in Ruby

Let's start with a brief discussion about pattern matching in Ruby, what it does, and how it can help...

Learn More 5 0Aug 4 '21