RoyalZSoftware

RoyalZSoftware

Follow
homeWork with usnewsletter
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Use exceptions!

Alexander PanovAlexander Panov
Jul 21, 20232 min read 30 views

Exceptions are a great tool to handle unforeseen situations and system states. Although you might nod your head and tell yourself: "Yes Alex I know....

Use exceptions!

My approach to decoupled, testable code in React (Native)

Alexander PanovAlexander Panov
Apr 6, 20234 min read 311 views

Building software is like a labyrinth. There are one thousand ways, but at some point only a few of them turn out to be suitable for your way. Chosing...

My approach to  decoupled, testable code in React (Native)

How to build a reusable sortable table in Ruby on Rails with Stimulus

Alexander PanovAlexander Panov
Mar 31, 20234 min read 245 views

This article is all about writing a sortable table with reusable software modules in Stimulus and the Ruby on Rails backend too. The result and its...

How to build a reusable sortable table in Ruby on Rails with Stimulus