Home » admin templates » Page 2
September 20, 2022
By
Mark Otto
React is the most commonly used web framework today. What started as a universal UI library developed by Facebook in 2011 and went open source in 2013 is now widely used to create compelling user interfaces. React consists of components – small pieces of code…
September 14, 2022
By
Mark Otto
We are pleased to announce that the application generated on the Flatlogic Platform now offers the possibility to Reset your project! Use Case There are 2 use cases for the Reset button: to remove old migrations that are no longer needed and combine all migrations…
September 13, 2022
By
Mark Otto
If you have a small and stable React app and it works well, there is little sense in optimizing it. You need to improve software performance if you have problem areas, your app loads slowly, and it takes approximately 100-140 milliseconds to process events. According…
September 8, 2022
By
Mark Otto
We are happy to announce that the Schema Editor of the Flatlogic Platform now supports the ability to add WYSIWYG to your project! It took a long time, and thanks to customer feedback, we’ve finally made it! The WYSIWYG editor is based on the TinyMCE…
September 2, 2022
By
Mark Otto
The angular framework was developed by Google and announced in September 2016. A major advantage of this technology since its release to date has been its frequent updates. The Angular team presents programmers with new updates almost every few months. Improved versions of the framework…
September 1, 2022
By
Mark Otto
We are happy to announce that the Flatlogic Platform now supports the new stack – Vue Tailwind. It took a long time, and thanks to customer feedback, we’ve finally made it! What’s new Clean, rapid, and minimized stack made with Vue JS 3.0 and Tailwind…
August 23, 2022
By
Mark Otto
We are happy to announce an update of Vue Admin Templates – Sing App Vue! What has changed? Now the admin boilerplates use Vue 2.7.6, and Bootstrap 5. Additionally, we have updated the colors, typography, and some minor UI parts. And also we made several…
August 23, 2022
By
Mark Otto
Introduction If you work in the internet business, especially as a software engineer, you must have heard about low-code/no-code (LCNC) tools. Popular tech portals frequently mention no-code nowadays; for example, the google trends chart shows a constantly growing interest in the phrase “no code low…
August 9, 2022
By
Mark Otto
As a software developer, you’re always learning how to perfect your skills. With technology growing stronger and stronger every day, your job is to improve it through amazing software, apps, and so on. In this profession, you have to do the following (and then some):…
August 2, 2022
By
Mark Otto
The Multipart Form Data encoding type can be used to include files in the form data before transferring it to the server for it to be processed. There are other types of encoding as follows- application/ x-www-form-urlencoded: The data is encoded like a string of…