What is Git and Why Use It

January 31, 2022 By Mark Otto Off

What is Git Git is a version control system for keeping track of changes to files. Using Git lets you always have a record of all adjustments, and return to specific versions when needed. Using it is easy to learn and takes up minimal space…

Top 7+ Bootstrap Admin Dashboard Templates in 2022

January 28, 2022 By Mark Otto Off

Introduction There is a huge number of admin dashboard templates on the internet and a significant number of free ones to download. They usually include such kinds of things as graph/chart libraries, dashboard pages, alert box buttons, navigation schemes, icons, tables, and so on. We…

Etsy moved from React to Preact

January 28, 2022 By Mark Otto Off

Take the State of JavaScript 2022 Survey — Now several years in, the popular State of JavaScript survey returns for a joint 2021/22 run and, as ever, seeks to establish what libraries and frameworks developers are excited about. It’s not a perfect approach, but the…

What is Docker and Why Use it?

January 27, 2022 By Mark Otto Off

Introduction Docker is an open container-based platform that enables you to generate, control and deploy applications on it. You can decouple applications from the infrastructure, and it enables you to build software quickly. Docker helps you reduce the time between coding and getting it into…

Doing the opposite of Jim Cramer with Node

January 27, 2022 By Mark Otto 0

Trilium Notes: A Knowledge Base App Built with Node — A hierarchical note taking app. Built as an Express app but most commonly used on the desktop via an Electron packaged version. It’s been around a few years but continues to see frequent updates and…

8 Essential Bootstrap 4 Components for Your Web App

January 26, 2022 By Mark Otto Off

Let’s talk about Bootstrap 4 components. Bootstrap is an open-sourced framework for web apps development that has gained great popularity since 2011 when it was released for the first time. Since that time Bootstrap has expanded, evolved, become more and more popular, and gained the…

Getting a grip on React server components

January 26, 2022 By Mark Otto 0

React Server Components: A Primer — The co-founder of the Plasmic visual page builder app takes us on an exploration of React server components (currently an experimental feature in React 18) and how they tick under the hood. Chung Wu (Plasmic) Mastering the Art of Forms…

Functional Components vs. Class Components in React.js

January 25, 2022 By Mark Otto Off

When you start to code with React you may get confused by some things in React, like JSX syntax or the difference between functional and class components. JSX is an interesting syntax extension to JavaScript that was developed to make the process of writing the…

Bootstrap Table Guide and Best Bootstrap Table Examples

January 25, 2022 By Mark Otto Off

Tables and data visualization Tables are so widespread and trivial it’s easy to take them for granted. Meanwhile, the value of a table or spreadsheet for big data is like that of an assembly line for heavy industry. Before we dive into our Bootstrap table…

6 React Project Ideas to Help You Learn by Doing

January 25, 2022 By Mark Otto Off

Everyone faced the dilemma of what app you should develop next to make progress in learning React. The project must be complex enough to make you think and google, but not too hard so you don’t feel overwhelming. And you are looking for a great…