fbpx

George Borunov

Innovative Technology EntrepreneurExpert Software Development Consultant

Mastering the Tech Stack: Unlocking Enterprise-Scale Success

Posted on: June 7, 2022/  Posted by:  /  No Comments
Enterprise Tech Stack illustration

The journey through my career has been an enriching exploration of diverse tech stacks and their incredible potential. Over the years, I’ve tackled challenges that ranged from rebuilding the ecosystem of legacy software at a reputable financial institution to implementing a shared ordering platform for fast-food chains. Each project has been a hands-on lesson in …

More

Building Forms With React and Redux

Posted on: January 4, 2017/  Posted by:  /  No Comments

Today I’m going to share my experience with writing React components that collect user input, handle image uploading, and communicate with API to load or persist data. To persist the state of input fields you could write your custom components, but there’s no reason to do so, as there are several npm packages that exist that do …

More

The Right Way To Use NPM

Posted on: April 10, 2016/  Posted by:  /  No Comments

NPM has become defacto the standard package manager for JavaScript applications. As it’s now used in many projects of different size, it’s quite important to follow the established practices to avoid possible headaches when a deployment process goes wrong. There’s some advice I’d give every JavaScript developer who’s going to use NPM for his project. …

More