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…

Writing an SD card driver in TypeScript

February 10, 2022 By Mark Otto 0

MikroORM 5: A TypeScript ORM for Node.js — Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety,…

What is Hosting and Domain Name?

February 8, 2022 By Mark Otto Off

Domain name The domain name is the name of the website that you put in the URL bar. It maps to a numeric IP address used for accessing a website from client software. The domain name should consist of letters, numbers, hyphens, and be available,…

What is Laravel?

February 4, 2022 By Mark Otto Off

Introduction Laravel is a PHP (Hypertext Preprocessor) backend development framework. With it, you can build an application in a short time with well-structured code. Laravel offers a high level of security for the user and allows you to easily add new features in the future. In…

Get decorating with Babel 7.17.0

February 4, 2022 By Mark Otto Off

Writing a Printer Driver in JavaScript — “Writing a printer driver in JavaScript sounds ridiculous,” starts the author, and while the definition of ‘driver’ is arguable here (it’s more a filter?), this is nonetheless an interesting story and solution to the author’s problem. Dan Pastusek Babel…

Top UX Trends in 2022 for Mobile Apps

February 3, 2022 By Mark Otto Off

A Short Intro Today design development doesn’t begin from a designer drawing good-looking and elegant buttons and fields on the website. It all starts with understanding how the user will navigate your application. We reverse-engineer the user’s every step and see if the path he…