Building Scalable Artificial Intelligence Products with TensorFlow.js
published 10/11/2023 | 4 min read | #tensorflow.js#machine learning#javascript
Explore the power of TensorFlow.js; an open-source library that enables developers to define, train, and deploy machine learning models entirely in the browser and on Node.js.
Exploring Web Animation: A Comprehensive Guide for Developers
published 10/8/2023 | 3 min read | #animation#web-development#javascript
Unleash the power of modern web animation to create visually engaging web pages, improve user experience, and boost your web application’s performance.
JavaScript Memory Management: A Guide to Understanding Garbage Collection
published 2/19/2023 | 4 min read | #javascript#memory management#garbage collection#programming#web development
In this post, we'll explore the ins and outs of JavaScript memory management, focusing on the all-important topic of garbage collection. You'll learn what garbage collection is, how it works, and how you can optimize your JavaScript code to make the most of it. If you're a JavaScript developer who wants to better understand how to manage memory in your applications, this post is for you!
10 Tips for Writing Clean and Efficient JavaScript Code
published 8/8/2021 | 5 min read | #javascript#coding
Learn how to write clean and efficient JavaScript code with these 10 tips. From variable naming to algorithm optimization, improve your code quality today.
Web Components - Choosing the right lib
published 12/28/2020 | 6 min read | #performance#javascript#web#lit-element#lit#sapper#svelte
Let's agree that choosing the right library has one important factor, which is the type of the project you're working on. However, there are some important questions you need to find an answer for before you start coding
Tiny, yet very powerful JavaScript function you may have missed
published 12/13/2019 | 3 min read | #javascript#native#features
JavaScript is powerful, it's proving its strength every day, we use it all the way from web frontends, to desktop apps (electron) to mobile apps (react native, nativescript,..), all the way to the backend (node).
Sorting algorithms, with visualizations and complexity comparisons
published 12/5/2019 | 9 min read | #databases#algorithms#sorting#javascript#mathmatics#visuals#complexity
Understand sorting algorithms with visuals, videos, and detailed explanations, also with complexity comparison for each of them