Published inFrontend Weekly·PinnedWeb Components: LWC, Stencil, and Lit by NumbersBig players in the web components ecosystem. In a previous article, I went through the basis of Web Components. Now, I want to focus on different options to develop those components. Native API We cannot forget that the HTML Living Standard provides a mechanism to develop Web Components without adding any extra…Web Development3 min readWeb Development3 min read
Published inFrontend Weekly·PinnedExploring the Front-end Ecosystems by NumbersA deep comparison of Angular, React, and Vue. This article aims to explore the current situation of these three ecosystems. I’m not trying to share my thoughts or opinions; I only want to analyze actual data. Ecosystems Research I’m going to focus the research on the three main front-end ecosystems at the…Front End Development3 min readFront End Development3 min read
Published inFrontend Weekly·Feb 14, 2022Web Components: IonicIonic, the best usage of Web Components. As part of this article, I will refer to Web Components, ShadowDom, or CSS Variables. If you're not familiar with those, I invite you to read my previous article as a walk-through. …Ionic Framework3 min readIonic Framework3 min read
Published inFrontend Weekly·Jan 31, 2022Why Should I Learn About Web Components?Web Components, an eclipsed standard by modern Web Frameworks. This article aims to be a starting point in the universe of web components. It provides some basic concepts necessary to understand why they are important. What is a Web Component?Web Development3 min readWeb Development3 min read
Published inExperience Stack·Jan 17, 2022Jamstack? What is this? A Better way of building Websites?An Architecture to consider for your website. People with frontend knowledge can build a wide variety of sites. Let’s explore some of the possibilities: Web Apps: web sites most likely to be referred to as “web applications” are those which have similar functionality to a desktop software application or a…Software Architecture5 min readSoftware Architecture5 min read
Published inBootcamp·Dec 13, 2021Why Should I Care About Semantic HTML?I've recently participated in an exciting project where accessibility complaints were vital. I saw that as a challenge and an opportunity to learn more about good practices. I decided to start my journey with a better understanding of semantic HTML. So, let's go through some concepts: HTML5 In 2007, the WHATWG…HTML3 min readHTML3 min read
Feb 9, 2021How To Use <video> In Angular?In this article, we will explore a safe and easy way to play, pause and stop the video from the camera as part of an Angular application. Also, some excellent features like taking pictures or video recording will be added. To do that, we need to explore first some important…Angular5 min readAngular5 min read