Luka OnikadzePredict Country happiness score by GDP per capita with Scikit-Learn in PythonIn order to predict the happiness score of any given country. We need data firstSep 25, 2023Sep 25, 2023
Luka OnikadzeUnlock the Power of On-Demand Rendering in Angular!Introduction:Jul 31, 20231Jul 31, 20231
Luka OnikadzeThe Magic Behind JavaScript: Understanding the Event LoopYou’re a JavaScript developer, and you’ve been crafting beautiful user interfaces, making asynchronous API calls, and adding interactive…Jul 29, 2023Jul 29, 2023
Luka OnikadzeHow to Create an Accordion Component in Angular Using HTML Content ProjectionModern web applications often use the accordion component to elegantly display large amounts of content in a compact, collapsible manner…Jul 29, 2023Jul 29, 2023
Luka OnikadzeType ‘X| null’ is not assignable to type ‘boolean’ fix for async pipe in AngularAsync Pipe is a powerful tool to work with observables. It automatically subscribes to the stream, get’s us the data, and unsubscribes when…Apr 29, 2023Apr 29, 2023
Luka OnikadzeHow to replace index.html for different environments in AngularThere are multiple occasions when we need to replace the default index.html file during the build time. For example, when we inject a GTM…Apr 11, 2023Apr 11, 2023
Luka OnikadzeInstall preview release version of AngularIf there are significant changes in Angular, the core team often releases a preview version before the official release. The main reason is…Apr 7, 2023Apr 7, 2023
Luka OnikadzeShortest way to create Custom Control Accessor Component using DefaultValueAccessor in AngularFrequently we need to create Custom Control Accessor Component. The standard path is to implement the ControlValueAccessor interface and…Apr 6, 2023Apr 6, 2023
Luka OnikadzeAngular Directive alternative in ReactAngular and React differ in almost every aspect. They’re like Apple and Samsung, same purpose but different implementations. However, some…Mar 31, 2022Mar 31, 2022
Luka OnikadzeinJavaScript in Plain EnglishHow to Track the Element’s Visibility in AngularAn alternative way of tracking the element’s visibility.Mar 21, 2022Mar 21, 2022