Productivity is the result of a commitment to excellence, intelligent planning, and focused effort.

HypeJS.

A place about all things JavaScript and more

Cover Image for The minimum subarray problem with JavaScript

The minimum subarray problem with JavaScript

Posted on:
Announcement: If you are interested to contribute with articles, contact me at georgerdp@gmail.com

I hope you are finding this platform useful and wishing you to have a good day!

The Minimum Subarray Problem can be compared to real-world scenarios where you want to minimize some negative outcome over a period of time or across sequential steps. Here's how it could relate to several real-life situations...

George Crisan
George Crisan

More Stories

Cover Image for Cutting corners will bite you back. Or maybe not, but someone will feel the pain

Cutting corners will bite you back. Or maybe not, but someone will feel the pain

Posted on:

As a programmer, it is very easy to fall into the trap of cutting corners, neglecting the way you are writing code. I've worked in quite a few companies in the last few years and these are the most common corner cuts that I`ve noticed among my colleagues.

George Crisan
George Crisan
Cover Image for Golang, Go read JSON data from a file and create a slice of struct

Golang, Go read JSON data from a file and create a slice of struct

Posted on:

Using a JSON file which contains a collection of people, read the JSON and map it to a slice of struct.

George Crisan
George Crisan
Cover Image for HTTP/HTTPS server with Go 1.22, with nested routing, middleware and more

HTTP/HTTPS server with Go 1.22, with nested routing, middleware and more

Posted on:

In my effort to learn Go 1.22 I've tried to see which of my skills learned in express/node.js can be transferred to GO.

George Crisan
George Crisan
Cover Image for What are React Server Components? How it works?

What are React Server Components? How it works?

Posted on:

This time around we are not dealing with a new fancy API but rather a new application architecture whict lets you fetch data in asynchronous components that run on the server or even during the build time. Let's have a look at what React team has in the store for the future.

George Crisan
George Crisan