Home » admin templates » Page 7
February 18, 2022
By
Mark Otto
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…
February 16, 2022
By
Mark Otto
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…
February 11, 2022
By
Mark Otto
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,…
February 11, 2022
By
Mark Otto
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…
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 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 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 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…