Thoughts and articles on technology from the Flexhire team and our members around the world
Let's understand why Data governance is a key aspect that business leaders can leverage to impact business.
I will share some experiments with duplicating require functionality in Node.js. The practice is rather vicious, but sheds some light on the problems of this popular platform. The initial motivation for such research arose from the following observations.
This article shares tips and tricks for developing high-quality React applications. Topics covered include component hierarchy, functional components, state management, React hooks, performance optimization, automated testing, and staying up to date with the latest best practices.
Use the Fetch APIs to send a POST requests containing a GraphQL queries to a GraphQL API server, and display the data that is returned.
How enums work in Rust, for C# Developers
Upload files directly to an Amazon S3 bucket with a Rails App and Client-side React App
There's a lot of news about what is happening in Italy with regards to the virus, but the media is not doing a good job of reporting on what the reality of it is. I live and work near the heart of the infection, and this is my testimony.
React's (now finalized) Context API is a powerful - and native - way to share state without having to pile on extra packages or tons of boilerplate code.
Developers sometimes spend a couple of weeks building an API and maybe another week writing the documentation, and this can be time-consuming. The question is, is it possible to generate API documentation in 20 minutes? Yes, it is possible and we are going to learn how to do that now.
Linting tools (like ESLint) can be incredibly valuable - but they can also be used to propagate coding pedantry.