SiMedia Tech
  • Home
  • Editorial
  • Data Protection
  • Cookies
Sign in Subscribe

JavaScript

A collection of 4 posts
JS-Quickie: pretty-printing a JSON object without external dependencies
JavaScript Featured

JS-Quickie: pretty-printing a JSON object without external dependencies

Ever wanted to properly format a JSON string without external library? JavaScript's native JSON.stringify() provides you with exactly that functionality out of the box.
Apr 15, 2021 3 min read
Show / hide password input values with Vue.js 3 and the Composition API
Vue.js

Show / hide password input values with Vue.js 3 and the Composition API

Nowadays it's common to have the possibility to toggle the visibility of a password field on websites, applications, login screens etc. Implementing such a functionality with Vue.js 3 (and the Composition API) is really simple and straightforward.
Apr 12, 2021 4 min read
Passing by value or by reference? How does JavaScript handle it?
JavaScript

Passing by value or by reference? How does JavaScript handle it?

The way JavaScript works while passing around variables is something fundamental to understand if you're developing in JavaScript as it can lead to some unexpected behavior in some cases.
Jul 12, 2018 5 min read
JavaScript prototypes. It doesn't have to be complicated.
JavaScript

JavaScript prototypes. It doesn't have to be complicated.

It's hard to skip prototypes (or the prototype chain or prototypal inheritance) if you want to dive deeper into JS development (Not only pure JS, but also Node.js, Frameworks like Vue.js, React.js, Angular,...). If you are like me a few years ago and get some
May 31, 2017 7 min read
Page 1 of 1
SiMedia Tech © 2025
Powered by Ghost
This website uses cookies, including third party cookies. By continuing to use the website, you give your consent to the saving of cookies on your device. Information & deactivation.
OK