Open router url in a new tab in AngularSimple. This jumps directly to the new tab.Nov 19, 2024Nov 19, 2024
Listening to a click outside a div in AngularThis post is meant to show you how to implement a custom “click outside” directive. That allows you to detect and handle click events that…Jan 16, 2024Jan 16, 2024
Published inStackademicHow Long Does It Take to Download a File? In Angular, It Is Easy to TrackIt is a well-known need for users to get some kind of feedback about how long a download action is going to take. Thankfully, in Angular we…Oct 29, 20231Oct 29, 20231
Don’t use ngOnChanges! Use this instead!NgOnChanges is a tempting option when receiving Input-tagged data from an Angular parent component. However, ngOnChanges function is…Oct 22, 20234Oct 22, 20234
Easy + Fast image lazy loading in AngularImage lazy loading is a technique used in web development to reduce the initial loading time on a web page. This is made by deferring the…Sep 24, 2023Sep 24, 2023
How to build a simple Convolutional Network in PythonThe intention of this post is to solve an image categorization problem by using Deep Learning techniques. The language and framework chosen…Jun 7, 20231Jun 7, 20231
Angular tricks to become a pro. Interview QuestionsIf you are preparing for an Angular job interview, it’s important to be familiar with the most common questions that are likely to be…Apr 19, 2023Apr 19, 2023
Angular tricks to become a pro. All-in-one packagesIn this post, I have gathered some code packages that I recurrently use in my Angular projects. Fundamental libraries to save time and…Mar 20, 20231Mar 20, 20231
12 questions in Machine Learning interviews that I was askedThis post gathers some of the most specific questions in Machine Learning and Data Science recruitment processes that I have experienced…Feb 11, 20231Feb 11, 20231
Angular tricks to become a pro. RxJS operatorsIn this post, I have gathered the RxJS tricks that I use the most to boost my Angular applications.Jan 24, 20233Jan 24, 20233