fbpx

George Borunov

The experienced Software DeveloperConsultantProject managerEntrepreneur

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. For the purpose of persisting the state of input fields you could write your own components, but there’s absolutely no reason to do so, as there are several npm packages …

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

How to get a US B1/B2 Visa after refusal

Posted on: March 5, 2015/  Posted by:  /  No Comments
USA Visa after refuse

Quite often I use advices people give all over the Internet on various problems I face. Without help of those strangers I wouldn’t imagine myself today, I’d probably spent at least twice as much time to achieve what I planned in my life. In order to express my gratitude, I’ve decided to contribute my experience that eventually might help someone like …

More