Ionel Cristian Lupu

Ionel Cristian Lupu @ionellupu

About: Author of Typetron. Passionate about web development. Typescript enthusiast.

Joined:
Sep 7, 2019

Ionel Cristian Lupu
articles - 12 total

IP to Country Detection with GeoPulse.pro

Do you want to show the user’s country flag, currency, language, or auto-select their country’s phone...

Learn More 0 0Feb 12

Async/Await Traps: The importance of await in try/catch blocks

Is the following code going to crash your program or will it execute without any issues? Take your...

Learn More 0 0Sep 12 '23

'onSticky' Event hook in React

In the previous article we discussed creating a custom event handler for the "element is sticky"...

Learn More 1 0Jun 26 '23

Crafting an 'onSticky' Event Handler

Have you ever wished to change the CSS properties when an element goes in the "sticky" mode on the...

Learn More 1 0Jun 19 '23

How to display Weekday names in your User's language

The other day I came across a tweet from @trunarla{:target="_blank"} about how can ternary operators...

Learn More 0 0May 31 '23

Typetron now has WebSockets

Intro Typetron aims to have one of the easiest and most intuitive developer experiences in...

Learn More 5 0Dec 3 '21

Twitter clone app with Typetron

Hello fellow devs! Need your feedback. Really excited to present an actual working app (hopefully 😄)...

Learn More 1 0Apr 17 '21

Typetron has a CLI now

A few months ago I released the Beta version of Typetron and since then I've made a few changes to it...

Learn More 3 0Apr 6 '21

Typetron Beta is here: typetron.org

Since my last post about Typetron there have been some crazy months but it is finally here. Typetron...

Learn More 4 0Feb 10 '21

🚀 Typetron alpha is officially out: typetron.org

I've been working on a Node.js framework for building REST APIs lately called Typetron and I wanted t...

Learn More 0 0Apr 23 '20

How I removed a ton of if statements from my Angular app

Maybe you don't make the same mistakes like I do in Angular, but I wanted to share with you how I rem...

Learn More 7 1Apr 22 '20

Problem: Calling static methods of target's parent when using a Javascript Proxy object

Proxies: Calling static methods of ta...

Learn More 7 0Sep 7 '19