meta pixel

Tech

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.

1 minute read

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.

1 minute read

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.

1 minute read

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.

5 minute read

How enums work in Rust, for C# Developers

2 minute read

Upload files directly to an Amazon S3 bucket with a Rails App and Client-side React App

7 minute read

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.

6 minute read

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.

17 minute read

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.

2 minute read

Linting tools (like ESLint) can be incredibly valuable - but they can also be used to propagate coding pedantry.

18 minute read