CodeBig is an online video sharing and tutorial platform for beginners and seasoned pros.
CodeBig is an online video sharing and tutorial platform for beginners and seasoned pros.
Formatting Dates In JavaScript

Blog Post

2 minutes

Formatting Dates In JavaScript

All web and mobile applications display the date information in one form or another. Dealing with dates can get a little tricky when we are handling multiple timezones.

JavaScriptBeginner
File System Operations Using Python

Blog Post

3 minutes

File System Operations Using Python

As we know, Python is perfect for web development, backend development, and even data science. The forgotten part is that Python is also great for file system operations.

PythonBeginner
What's new in Next.js v 11 ?

Blog Post

5 minutes

What's new in Next.js v 11 ?

On June 15th, the Next.js team released version 11, bringing new features and performance improvement into the framework to help developers have the best experience developing modern web applications.

Next.jsBeginner
Cookies In Deno

Blog Post

3 minutes

Cookies In Deno

All modern web apps use cookies to store some amount of user information or their preferences. If your application is not using cookies, then any third-party library you integrated might be using cookies.

DenoBeginner
Why is MERN stack popular ?

Blog Post

5 minutes

Why is MERN stack popular ?

The most challenging part of getting started on your idea is choosing the right tech stack to build out your web applications in the ever-changing world of technology.

MERNBeginner
Node vs GO

Blog Post

4 minutes

Node vs GO

Both Node and Go were released in 2009 to help develop server-side and networking applications. But it seems only recently has the programming community caught up with Go, and its popularity has increased overnight.

Node, GoIntermediate