Category Software
It is the category where the content related to the software is listed.
Css Selector Series: is()
Hello there. Since 2017, I have been interested in web software. I can say that I have coded many html templates until this time. In css coding, I have used many css selectors such as id, class, ::first-line, :nth-child(n). But…
How to make pagination in React without using npm package?
2022 – Javascript Array Methods: filter()
Hello, in this article we will be looking at the filter() method, which is a javascript method frequently used by frontend developers in daily business life. As in my other javascript method blog posts, in this post, we will reinforce…
2022 – Javascript Array Methods: find()
In the previous blog post, we learned the map method, which is one of the most used methods among Javascript array methods. In this article, we will continue with array methods and learn the find array method. Let’s get started.…
2022 – Javascript Array Methods: map()
Hello everyone. In this article, I will be giving information about the map() method, which is a javascript array method, and at the same time, as in my previous Javascript Array Methods articles, we will reinforce the use of the…
2022 – Javascript Array Methods: forEach()
Hello, in this article, I will be giving you information about forEach, a javascript array method. At the same time, we will be reinforcing it with examples. In addition, I will also be providing examples of using this method in…
What is Context Api? Why Use Context Api? – 2022
Hello everyone, in this article I will be giving you information about Context Api, a state management tool in React. Before moving on to Context Api, I want to give a little information about state, props and state management tools.…
Responsive And Responsive Design What is it?
One of the biggest problems when web technologies started to become widespread was that they could not keep up with the new technology of the day, tablets and smartphones. Web developers had to write separate html files for each device.…
Making Self-Writing and Erasing Text Animation – 2022
Önemli Uyarı Bu içerik sahibine reklam engelleyicisini kapatarak destekte bulunabilirsiniz. ? Hello everyone. If you have examined it, you have noticed that there is a self-writing text animation in many portfolio themes. In articles such as I am developer or…