Here is an article to show how to modify a component in the browser in real-time. Do this in cases where you want to trigger a localized update and don’t want to make changes in your code editor. This avoids potentially refreshing the application and requiring you to reset the […]
Yearly Archives: 2020
Last weekend, I read this wonderful article titled, Yes, websites really are starting to look more similar. It highlighted the same observations that I have been making about most websites. All of them, in some way or another, are starting to look the same. In my line of work, most […]
Purpose When creating a brand new library, the Angular CLI helps us tremendously in creating the proper web app structure to support a UI library for growth. In this how-to, we will follow the monorepo style of creating multiple projects inside a single workspace. The latest versions of the Angular […]
I have put together another video tutorial. This one focuses on modifying your existing Angular CLI project to reconfigure the file and folder locations so that it’s easier to import the components in a consuming application. If you have worked with Angular Material and NGX Bootstrap before, you know how […]
One of the great benefits of specializing in a particular area of web development is that I am more certain of the outcomes for my work. I am able to determine how much work and how long it will take to deliver a component or front-end feature given particular inputs. […]
In a former company where I worked, the VP of our department made the following statement one day; “If you’re not keeping score, it’s just practice.” At the time, our department was tasked with improving the adoption of our SharePoint technology platform used for collaboration and document management. The organization […]
Hello everybody! As promised, here is my first video tutorial showing you how to go about splitting your component library into separate JavaScript bundles in Angular v9. I decided to split the tutorial into separate videos and add them to a playlist. That way, you are able to jump around […]
Building accessible web applications begin by us writing semantic HTML in our templates. So if an interaction is used as a button, then we should use the “<button>” HTML element. For cases where we need to give custom styles and elements, like web components, a more accurate description, we should […]
I am highly sensitive to bad user interface design. It’s a given due to my specialization in front end development. It justifies the improvements I do to help other people. One day in late 2018, I paid a visit to the Social Security Administration office in Chicago. Automated machines generated […]