In November 2022, the Green Software Foundation organized its first hackathon, “Carbon Hack 2022,” with the aim of supporting software projects whose objective is to reduce carbon emissions. I participated in this hackathon with the Carbon Optimised Process Scheduler project … Read More
Author Archives: Beste Burcu Bayhan

Lessons Learned From The React Global Online Summit 22 – Senior Track
On November 8th and 9th, 2022, I attended the React Global Online Summit, an event organized by the Geekle team. I already wrote an article about the React Global Online Summit junior track – but this time I would like … Read More

Lessons learned from the React Global Online Summit 22 – Junior Track
On November 8th and 9th, I participated in the React Global Online Summit as a listener. There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions … Read More

Why use the NestJS framework?
As a front-end developer, I would like to say that the NestJs framework was the best choice to start touching the backend part of the applications. I was always asking my tutor in Apiumhub about design patterns, clean architecture, and … Read More

What is testing? Why is testing so important in Frontend?
According to Uncle Bob, tests are part of the system which many developers think the opposite since they are not deployed. He declares that it is a catastrophic point of view since the test’s role is to support development and … Read More

React Form Libraries comparison: Formik vs React Hook Form
Forms are the most common interacting tool that we can encounter in many applications and also the challenging part to collect and preserve the data. There are multiple libraries that we can use such as React Final Form, Formik, Redux … Read More

Data fetching and cache maintenance with React-Query
Fetching data from the server and maintaining it is a very crucial issue in the frontend development. In this article we will focus on the React.js library applications and how we maintain the server state with the library called React-Query. … Read More