Open in app

Sign In

Write

Sign In

Luka O
Luka O

121 Followers

Home

About

Mar 31, 2022

Angular Directive alternative in React

Angular and React differ in almost every aspect. They’re like Apple and Samsung, same purpose but different implementations. However, some concepts like component, routing, or state management are the same for both. So If you’re moving into React from the Angular world, it’s obvious you’ll try to find similar elements…

Angular

2 min read

Angular Directive alternative in React
Angular Directive alternative in React
Angular

2 min read


Published in JavaScript in Plain English

·Mar 21, 2022

How to Track the Element’s Visibility in Angular

An alternative way of tracking the element’s visibility. — Tracking the element's visibility was not a simple task back in the day. One of the common solutions was to listen to the document scroll event and check the element’s visibility by Element.getBoundingClientRect() . It had two major drawbacks: It was CPU intensive The computation was running in the Main…

Angular

2 min read

How to Track the Element’s Visibility in Angular
How to Track the Element’s Visibility in Angular
Angular

2 min read


Feb 12, 2022

Standardize commit messages using commitlint

When you have dozens of people working on the same project, each of them will have different view on how to write commit messages. Soon It will bring your commits into chaos and moreover there will be no way to automatically generate Changelog, which is so important for any project…

Commit Lint

3 min read

Standardize commit messages using commitlint
Standardize commit messages using commitlint
Commit Lint

3 min read


Feb 5, 2022

How to use SVG in NextJS ?

Using svg as images in your NextJS app is pretty simple; just use Image with appropriate src property. But what if you want to change the size or color for the SVG?. it won’t be possible with that solution because it will be loaded as an Image and not as…

React

2 min read

How to use SVG in NextJS ?
How to use SVG in NextJS ?
React

2 min read


Published in JavaScript in Plain English

·Feb 1, 2022

An Introduction to Rendertron: SEO Performance Booster

Rendertron is a Chrome rendering engine open-sourced by Google. Its responsibility is to render your JS bundles into static HTML file. The main reason for this is that Crawlers doesn’t like JS bundles at all, they prefer to crawl on generated HTML files, so we have to make them happy…

Nodejs

4 min read

An Introduction to Rendertron: SEO Performance Booster
An Introduction to Rendertron: SEO Performance Booster
Nodejs

4 min read


Dec 12, 2020

How to create a destructor of service in Angular?

There are Routines in our lives which become simply tortures for us. There are tons of them in my life. For example I hate to pack my sport suite when I go to the gym, and unpack it again, when I come at home. Definitely this task is just emptiness…

Angular

4 min read

How to create a destructor of service in Angular?
How to create a destructor of service in Angular?
Angular

4 min read


Nov 5, 2020

Angular ListToString Pipe, that is better than *ngFor

Iterating over an array and printing/rendering its values, are as old as programming itself. Even our young selves, when we knew too little about HTML or javascript, we used “console.log” inside our “for loop” over and over. …

Angular

3 min read

Angular ListToString Pipe, that is easier than *ngFor
Angular ListToString Pipe, that is easier than *ngFor
Angular

3 min read


Aug 9, 2020

Timesaver Authorize directive in Angular

Authorization is a must thing to do in web applications nowadays. It’s like a morning coffee, you need to drink it to be capable of doing important tasks throughout a day. There are lots of different use cases and scenarios when it comes to the Authorization, but in my frontend…

Java Script

4 min read

Timesaver Authorize directive in Angular
Timesaver Authorize directive in Angular
Java Script

4 min read


Aug 7, 2020

How to Toggle Caching for Routing Components in Angular

It’s fair to say, that Angular Routing is quite a complex topic. It has tons of configurations and sometimes it’s better to try something and see how it works in a browser than crumble inside the documentation. But the most annoying part of this module is the caching technique for…

Java Script

5 min read

How to Toggle Caching for Routing Components in Angular
How to Toggle Caching for Routing Components in Angular
Java Script

5 min read


Published in Weekly Webtips

·Jun 10, 2020

Creating a Strongly Typed Route Data Parameter in Angular

One of the most important features in Typescript is static typing. You don’t need to remember all the class, method, and variable names, in order to use them. Just start typing and thanks to incredible Typescript and IDE Editors suggestions will pop-up, that fit your needs. Because of Angular uses…

Angular

3 min read

Creating a Strongly Typed Data Parameter in Angular
Creating a Strongly Typed Data Parameter in Angular
Angular

3 min read

Luka O

Luka O

121 Followers
Following
  • Sam Westreich, PhD

    Sam Westreich, PhD

  • Netflix Technology Blog

    Netflix Technology Blog

  • Sophie

    Sophie

  • Mike Bostock

    Mike Bostock

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech