CreoWis Logo

CreoWis

Services

Case Studies

Who we are

Blog

Let's Talk

Services

Case Studies

About CreoWis

Culture

InterMentorship

Hatch-n-Hype

Meet Our People

Careers at CreoWis

Blog

Let's Talk

CreoWis Technologies © 2026

Crafted with passion by CreoWis

shadow

16 posts found by tag: Beginner Developers |  See all post

Blogs

One place for Insights, innovation, and the future of tech

post card img

Liskov Substitution Principle in React: Building Reliable Component Hierarchies

Welcome back to our SOLID principles series! If you’ve been following along, we’ve already covered:✅ S: Single Responsibility Principle (SRP): Keep components focused.✅ O: Open/Closed Principle (OCP): Make extensions easy, not modifications. Today, w...

React
SOLID principles
scalability
code
Liskov Substitution Principle
General Programming
Beginner Developers
AuthorChhakuli Zingare·8 min read

Trending Topics

React
SOLID principles
scalability
code
Liskov Substitution Principle
General Programming
Beginner Developers
Next.js
OCP
playwright

All Posts

post card img

Open/Closed Principle: Writing Scalable Code in React

Welcome back to our journey through the SOLID principles! In our last blog, we talked about the Single Responsibility Principle (SRP) and how it helps us write clean, maintainable code. If you missed it, go check it out first—it’s the foundation for ...

React
Next.js
OCP
Beginner Developers
General Programming
AuthorChhakuli Zingare·6 min read
post card img

How to Use Playwright with Next.js - A Step-By-Step Guide

Greetings from the Playwright universe! You've come to the right spot if you're searching for a robust, dependable, and developer-friendly platform to manage end-to-end (E2E) testing. Microsoft created Playwright, a cutting-edge testing framework for...

playwright
Next.js
E2E
E2ETesting
General Programming
Beginner Developers
AuthorPrachi Sahu·7 min read
post card img

Centralize API calls in Web Application - A must-have guide

Hey there! I'm Chhakuli, working as a Front-End developer for a while now. Today, I want to share with you how you can make your app a lot better by changing how you handle API calls. Don't worry if you're new to this stuff - I'll explain everything ...

Next.js
APIs
React
General Programming
Beginner Developers
AuthorChhakuli Zingare·7 min read
post card img

Mastering Nivo Charts: A Comprehensive Guide to Data Visualization

Hello, data enthusiasts! Are you ready to transform your data into stunning, interactive visualizations? Look no further than Nivo, a powerful charting library that allows you to create beautiful, responsive charts with ease. In this blog, we’ll expl...

General Programming
Beginner Developers
#codenewbies
React
data visualization
AuthorChhakuli Zingare·15 min read
post card img

Why You Should Enable "npm set audit true" as a Developer?

We developers rely heavily on third-party packages and dependencies to build our applications. While these packages provide immense functionality and save us a lot of development time, they can also introduce security vulnerabilities if not properly ...

Node.js
npm
Security
General Programming
Beginner Developers
AuthorSyket Bhattachergee·2 min read
post card img

TanStack Table Explained: Everything You Need to Know

Introduction In the world of modern web development, displaying data effectively and efficiently is a common challenge. Whether it's a simple list of users or a complex financial report, tables are essential. While there are many libraries available ...

General Programming
Beginner Developers
shadcn
tanstack
React
AuthorPrachi Sahu·5 min read
post card img

Ultimate Guide to React Native Image Components

Have you ever tried to work with images in your React Native app and felt a bit lost? Don't worry, you're not alone! Handling images in React Native can seem a little different from what you're used to on the web, but once you understand the basics, ...

React Native
image component react native
image optimization
mobile app development
Beginner Developers
AuthorSyket Bhattachergee·4 min read
post card img

Supercharge team productivity with Husky, ESLint, and Prettier

Introduction In the ever-evolving world of software development, maintaining code quality and consistency is crucial for successful team collaboration. As projects grow in complexity and involve multiple developers, the risk of introducing bugs, inco...

General Programming
GitHub
Beginner Developers
projects
automation
AuthorChhakuli Zingare·7 min read
post card img

Error handling in Next.js App Router

If you've been working with Next.js 14 and you've spotted the error.js file in your directory, you might be wondering what it's all about. Well, you're in luck! Today, we're going to break down this file and see how it helps us out. First of all, let...

Next.js
React
General Programming
Beginner Developers
error handling
AuthorSyket Bhattachergee·5 min read