Home » javascript » Page 28
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,…
July 27, 2022
By
Mark Otto
Bootstrap is a free high-performance frontend framework that provides out-of-the-box HTML, CSS, and JS components for building mobile responsive websites of any size and complexity. Using Bootstrap, you have ready-made responsive templates and themes available for your web project. With Bootstrap you will have HTML…
July 22, 2022
By
Mark Otto
RedwoodJS vs. Blitz.js: The Future of Fullstack Meta-Frameworks — Quite a lengthy review of both frameworks. Redwood is an opinionated React-based framework oriented heavily round the idea of a GraphQL server as the ‘one API’ at the heart of an app. Blitz, on the other…
July 19, 2022
By
Mark Otto
Vue.js is an open-source JavaScript framework for creating UIs and SPAs. It uses the MVVM (model-view-model) architecture pattern. It’s very popular because of its familiar template syntax and use of components, integrating or migrating existing projects to Vue is faster and smoother. For this reason,…
July 15, 2022
By
Mark Otto
CKEditor 5 Is Here to Make Collaborative Writing Easy — A customizable rich text editor that allows you to build collaboration within your application in hours. Ready-to-use features like comments, track changes, real-time collaboration, version history and many more. Start your free trial to implement it now.…