Category: javascript

How to Create a Vue Application [Learn the Ropes!]

February 24, 2022 By Mark Otto Off

How to Create a Vue App: Introduction Today we’re talking about how to create a Vue app. There’s a myriad of ratings of the most popular programming languages and frameworks. Those are subjective and depend on many factors. How do we decide what’s more important,…

What is React?

February 18, 2022 By Mark Otto Off

Introduction: What is React React.js was released by a software engineer working for Facebook – Jordane Walke in 2011. React is a JavaScript library focused on creating declarative user interfaces (UIs) using a component-based concept. It’s used for handling the view layer and can be…

The State of JS results are in

February 18, 2022 By Mark Otto Off

Express.js 5.0 Now in Beta — Considering that the first alpha of 5.0 was over seven years ago, this is a big step for the still wildly popular and influential Node.js Web app library. There’s also thorough docs of the 5.x API here. Requiring Node.js 4…

Laravel Validation Guide: Methods, Rules & Custom Messages

February 16, 2022 By Mark Otto Off

Introduction Does your Laravel project need validation? You do not know how to implement validation, or look for best practices, right? You have come to the right address. Working with projects on Laravel (including code reviews), I came across different ways to implement validation. As…

What is PHP?

February 11, 2022 By Mark Otto Off

Introduction: What is PHP PHP (an acronym for Hypertext Pre-processor or the previous one Personal Home Pages) is a server-side open-source scripting language. It is great for dynamic content management, session tracking, databases, and has fantastic community support. PHP is a weak dynamic typing language,…

Typescript vs. Javascript: The Key Differences You Should Know in 2022

February 11, 2022 By Mark Otto Off

Let’s start the battle TypeScript vs JavaScript with an introduction of both technologies. JavaScript is a scripting language, that was developed by EMCA’s Technical Committee and Brendan Eich. It works perfectly in web-browsers without the help of any web-server or a compiler. It allows you to…

4 Best Angular.JS Themes and Templates for 2022

February 11, 2022 By Mark Otto Off

The task of creating an admin panel for creating and editing content often arises in the web development process. The task, in general, is trivial, but it is not so easy to make a convenient admin panel. A Couple Of Words About AngularJS AngularJS is…

Top Angular Admin Templates in 2022

February 11, 2022 By Mark Otto Off

People reviewing Angular admin templates usually think about what kind of intro they should start the article with. But let’s be honest, no one is ever interested in these. People just scroll down and go straight to the point. So this time we thought we’ll…

The seven figure JavaScript app

February 11, 2022 By Mark Otto Off

🥊  Move Over JavaScript? How Some Backend Languages are Coming to the Front-End — You might think this is about using WebAssembly to run Python in the browser or something, but no. It’s about the growing popularity of maintaining a WebSocket connection to a backend…

12 JavaScript Image Manipulation Libraries for Your Next Web App

February 10, 2022 By Mark Otto Off

Today we would like to talk to you on a topic most interesting – JavaScript image manipulation libraries. And, to be more precise – those JavaScript image manipulation libraries that definitely deserve your particular attention when you develop your next spectacular web app. But, let’s…