Home » javascript » Page 34
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 1, 2022
By
Mark Otto
Bootstrap Templates: Introduction If you are reading this article, that means that you are moving with the times, because the demand for Bootstrap templates is expected to grow. That’s because of the current situation in the world about the pandemic. We are not going to…
February 1, 2022
By
Mark Otto
Introduction If you need to create a user interface of the backend of a web app you will require an admin template. What is an admin template? Admin template is a set of web pages, usually built with Javascript, HTML, or CSS. The templates make…
January 31, 2022
By
Mark Otto
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…
January 28, 2022
By
Mark Otto
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…
January 28, 2022
By
Mark Otto
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…
January 27, 2022
By
Mark Otto
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…