3 followers
Working with AI applications and Cyber Security, applying all I've got to create value for humanity. Thinking how we will define us as humans ourselves in the age of AI
Mongoose is a great way to use MongoDB inside React applications. However, when it comes to Server Side Rendering in NextJS, it's implementation needs to take into account certain pecularities, such as loading the database schema only once. I found t...
Satellite communication plays a crucial role in our everyday lives: it is used for telecommunication, television, financial operations and telemedicine. While it is not the most efficient way of communication because of the forces of mother nature ...
NextJS can make your website blazing fast. Thanks to the server side rendering, website of your single-page app is preloaded. However, despite being built on React, NextJS has some differences that make integrating GraphQL an unique challenge. I had ...
In this day and age most of our lives are happening on the internet: here we shop, we meet our friends and store our precious family pictures. Our personal data, money and memories are always at risk of being accessed by hackers. Talking about cyber...
Introduction GraphQL is a fast and modern way to fetch data to your application. It has many advantages, such as: caching, speed and unified data model. It sits between your backend and frontent: We will be implementing a very simple GraphQL use cas...
Hello my dear readers, This is my first post. My name is Monika and I will be sharing my journey through tech world with you: news, web development, entrepreneurship and AI. How I got started? I wrote my first code when I was 15. It was an automation...