Blog
Tutorials, tips, and insights to level up your development skills.
Fetch Data In React With GraphQL
GraphQL introduces totally new concept for data fetching. One endpoint to rule them all, let's see how we can use it in React.
Fetch Data In React As User Types Or Clicks
Let's dive into a bit more complex examples of real-world scenarios. Fetching data from an API as a user types or clicks is a common pattern in modern web applications.
How To Fetch Data In React From REST API
Let's learn how to fetch data in React using fetch, axios, and react-query.
5 Tools To Increase Website Conversion Rate
Nothing hurts more than spending endless hours on coding a website, rolling it out to production, and having close to zero traffic.
Command Line Interface And A Terminal
Introduction to the fundamental tool for all developers. Learn about terminals, essential commands, and why every developer should be comfortable with the CLI.
How To Improve Your Frontend Skills
It's easy to get stuck in tutorials hell...
Boolean And Friends in JavaScript
Conditions, typecasting, logical operators, comparison operators, ternary operator, optional chaining, null-coalescing operator - they are all part of JavaScript.
JavaScript Arrays And How To Avoid Loops
Arrays exist in every programming language. It's a data structure best suited for storing multiple values. And, for doing various operations on these values, often called as a collection.
Developers And Designers - Part 3
A Design System is a place where everything makes sense. It bridges the gap between design and development by providing a shared language, components, and guidelines.
Var, Let, Const in JavaScript
Everyone needs variables in JavaScript. Let's learn the best ways to use them.
Developers And Designers - Part 2
Communication is key when planning new features. Without a structured process, the handoff between design and development can become chaotic and lead to misunderstandings.
Developers And Designers - Part 1
Finding a common language is not a simple task. Developers think in a more abstract way while designers focus on the visual side of the product. Understanding each other's perspective is the key to building great products.
5 Ways To Learn Effectively
Learning is a process of every human being...
8 Useful React Components
There is a lot of pre-built, reusable, abstracted, encapsulated, and tested code available to use nowadays.
Autoformat Code With Prettier
Prettier saves a lot of time and automates code formatting. Learn how to integrate with it, ESLint, Husky integration, and recommended setup is also included.
10 Technical Interview Tips
Technical Interview can be a hard nut to crack...
Want to write for BigDevSoon? Reach out at adrian@bigdevsoon.me
Become an author