1 follower
My name is Andrey Lechev, but you can call me Leechy. I’m good at HTML, CSS, and JavaScript in the browsers. Not bad at some server stuff like Node.js, SQL, PHP, Python and Parser.
Today's JavaScript is asynchronous. Like, all of it. If a few years ago, there were a lot of discussions about data transformations. Today's most...
To move a Firestore document from one collection to another, including all existing sub-collections, we will need a Cloud function that copies all...
I'm continuing to play with Stencil.js. This time I'm working with forms. One of the main things we can do with any form is submitting the data. And...
If you are used to React.js components, you know that you are deciding to show or not the children elements. And if you don't put { children } in your...
Well, you probably already heard that AVIF has landed. If not, click on the link and read. But there is a problem with all these new file formats....
On one of the Ionic/React applications, I'm working on, we needed an Infinite Scroll component. Currently, Ionic's ion-infinite-scroll is not...