Home » Archives for Mark Otto » Page 84
February 11, 2022
By
Mark Otto
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…
February 11, 2022
By
Mark Otto
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…
February 11, 2022
By
Mark Otto
🥊 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…
February 10, 2022
By
Mark Otto
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…
February 10, 2022
By
Mark Otto
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,…
February 8, 2022
By
Mark Otto
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,…
February 4, 2022
By
Mark Otto
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…
February 4, 2022
By
Mark Otto
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…
February 3, 2022
By
Mark Otto
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…
February 3, 2022
By
Mark Otto
‘How I Reversed a Node.js Malware and Found The Author’ — Someone was sending messages to people on the author’s Discord server encouraging them to download and run a nefarious .exe file.. which turned out to be a packaged up Node.js app. Here’s the rest…