Front-End

artificial intelligence, computer science, technology-3685928.jpg

A Guide to Atomic Design with React Components

React has quickly become one of the most popular open-source JavaScript frameworks for building user interfaces. Its component-based architecture provides a powerful way to break complex user interfaces into small, reusable pieces. React allows developers to create highly modular and scalable component libraries for constructing UIs when combined with atomic design methodology. This guide will …

A Guide to Atomic Design with React Components Read More »

How to Scrap LinkedIn Company Data using Voyager Api

What is LinkedIn Scrapping? LinkedIn scraping is the process of extracting data from LinkedIn‘s website using automated scripts or tools. It involves collecting information from profiles, company pages, job postings, and other publicly available data. On the other hand, web scraping involves automatically gathering data from websites by sending HTTP requests and extracting specific information …

How to Scrap LinkedIn Company Data using Voyager Api Read More »

business, technology, notebook-2717066.jpg

Building Microservices with NestJS

The Architecture of Microservices: Microservices architecture is a way of developing software systems as independently deployable services. In this architecture, an application is built as a collection of small modular services communicating with each other. Each microservice focuses on doing one thing well and can be developed, tested, deployed, and scaled independently. Building microservices with …

Building Microservices with NestJS Read More »