5 Affordable Ips Monitor Recommendations For Designers
One of the electronic devices that we designers use the most in our daily work life is the monitor. That’s why we look to buy the best one with the best price. It is very important for us to see…
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…
Popular Code Editor Sites Running in Free Browser – 2022
We software developers spend most of our days coding in code editors or Ide’s. Some of these are programs like Vscode, sublime text, Webstorm, Phpstorm. But besides these, there are also many code editors and ide that are currently available…
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…
What’s new with Bootstrap Icons v1.10.0
Bootstrap Icons library continues on its way with the v1.10.0 version with the addition of approximately 150 icons. This version includes the addition of new similar icons such as person, building and database icons, as well as new brands, rockets,…
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…