You don’t need a state management library for React. Use useState + Context
Daniel Agantem
One of the most crucial parts of any app is state management. Unsurprisingly, there are many open-source tools dedicated to improving it— let's talk about a few.
React
State
Managment
January 26, 2023
Everything You Need to Know to Choose a Modern JavaScript Framework
Jessica Joseph
Let's talk about some of the best JavaScript frameworks and what to consider when picking a framework for your next project.
javascript
Frameworks
January 25, 2023
Create Beautiful Animations by Integrating Particles.js With React
Ejiro Thankgod
Have you ever wondered how some programmers are able to produce beautiful backdrop animations? You can, too, by utilizing Particle.js in your React apps.
React
Animations
January 24, 2023
Creating and Retrieving Data from Dynamic Forms in Flutter
Sam Victor
In this article, we’ll be looking at how we can create our own dynamic form, and also retrieve its data using Dart and Flutter.
Dart
Flutter
January 23, 2023
Styling Text in CSS
Eze Thankgod
One of the beautiful things about using CSS is its ability to style text. Let's talk about CSS text styling and how we can use different properties to make our websites unique.
CSS
WebDev
January 20, 2023
Bootstrap vs Bulma CSS
Hanneh Kalio
In this article, we’ll compare Bootstrap and Bulma CSS to find the best front-end framework for website development.
CSS
January 19, 2023
Optimizing your Website for SEO as a Web Developer
Queendoline Akpan
Search Engine Optimization is the steps taken to make sure that a website ranks highly in a search engine’s results. Let's talk about how to improve your site's SEO.
SEO
WebDev
January 17, 2023
Working With CSS Gradients
Queendarlin Nnamani
This article will explain what a gradient is, the different types of CSS gradients, and several ways you can use these gradients to create unique backgrounds for your websites.
CSS
UI
January 13, 2023
Improving Scroll Effects with Locomotive Scroll in Vue
Sam Victor
Websites can use scrolling animations to make browsing more enjoyable. In this article, we’ll be improving our scroll effects with the Locomotive scroll library.
Vue
Scroll
January 12, 2023
Using CSS Flexbox in Building Layouts
Queendarlin Nnamani
CSS Flexbox makes it possible for us to build flexible layouts without the use of CSS float and positioning. In this article, we’ll explain the CSS Flexbox and how to use it.
CSS
UI
January 12, 2023
Role-based access systems in Node.js
King AJ
Organizations of all sizes have to limit access to certain resources based on the hierarchy of users in a system. In this article, we'll look at implementing a role-based access system in Node.js.
Access
Node.js
January 11, 2023
Working with CSS Position Properties
Eze Thankgod
In this article, you’ll learn what CSS position properties are, the different CSS position property values, and how you can apply them to your web page.