Select Page
Connect to an mySQL database in node.js

Connect to an mySQL database in node.js

Hey devs, here is a new article. During the days I was off, I was working on a project. For this project, I worked on both the backend and the frontend. I know how to create a backend, but I’m not as good as working on the frontend, so a few things were a bit...
Animations in react native

Animations in react native

Hey devs. I have been talking about some animations in reactJS, so now it’s time to talk about some animations in react native. This library I will be talking about today, is one of my favourite. It’s easy to use and understand and it can be useful when...
Create a form in react native

Create a form in react native

Hello devs! Since I’ve seen you really liked the form in reactJS, I decided to do the same thing in react native. Why did I choose to make a tutorial on a form? Because it’s the most basic thing but at the same time the most used thing! You are going to...
Dragging boxes in react native

Dragging boxes in react native

Hello devs, here is a new post on something really cool: dragging boxes in react native! Let’s say you want to have a box and allow the user to drag it on the screen, it sounds really cool, but how can we achieve this? Let’s see how in this tutorial! We...
Typing animation in react

Typing animation in react

Hello devs! Many of you have asked me about some animations and here is a tutorial on the typing animation in react. We are going to use library for this example. The animation we are going to get with this library is a typing animation. Basically, it’s like...