Home » javascript » Page 26
September 2, 2022
By
Mark Otto
12 Useful JavaScript Data Grid Libraries — A rundown of some data grid libraries for providing spreadsheet-esque views over datasets – Zara also shares her recommendations on things to consider when making a choice. Zara Cooper IN BRIEF: DEBUGGING TIP: David Walsh shows off Chrome’s rather…
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 26, 2022
By
Mark Otto
If you missed my note two weeks ago, we took last week off, so you didn’t miss any issues 🙂 We’re now back every week until Christmas (121 sleeps to go..)__Peter Cooper, your editor. When Alternative JS Runtimes Grow Up: Deno Has Big Changes Ahead,…
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 12, 2022
By
Mark Otto
☀️ We’re taking a rare week off next week for a brief summer vacation so there won’t be any issue on August 19 – we’ll be back on August 26, complete with a sun tan wind burn, and all the latest JavaScript news, of course…
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 5, 2022
By
Mark Otto
JS1024 2022 Competition Winners — JS1024 is a ‘code golfing’ contest where you get 15 days to create a JavaScript or GLSL program within 1024 bytes. This results in lots of creative ideas, complete with fantastic (non-minified) source to check out. The winning JS entry…
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…
July 29, 2022
By
Mark Otto
Roll Your Own JavaScript Runtime — Bun, Rhino, Deno, Node, and now Blueboat.. is creating your own JavaScript runtime environment the new “hello world”? 😆 Not quite, but this is a fun walk through the bare basics of the process, and you’ll have a Rust,…