Open in app

Sign In

Write

Sign In

Umesh Thapa
Umesh Thapa

781 Followers

Home

Lists

About

Published in

JavaScript in Plain English

·Pinned

Realtime Object Detection Using TensorFlow in Angular

Real-time object detection using TensorFlow can be achieved using TensorFlow’s Object Detection API. This API provides pre-trained models for detecting objects in images and videos, and also allows users to train their own models on custom datasets. Currently I am using these packages into angular version 13. npm i @tensorflow/tfjs …

AI

4 min read

Realtime Object Detection Using TensorFlow in Angular
Realtime Object Detection Using TensorFlow in Angular
AI

4 min read


Published in

Artificial Intelligence in Plain English

·Pinned

Top AI Tools Everyone Should Know

AI won’t do this work for you, but developers using AI will. AI is changing the software landscape with tools that bring great comfort to developers by reducing the effort of building from scratch and increasing productivity. ChatGPT is an artificial intelligence tool currently launched by OpenAI, and it is…

AI

4 min read

Top AI Tools Everyone Should Know
Top AI Tools Everyone Should Know
AI

4 min read


Published in

JavaScript in Plain English

·Pinned

Dynamically Set background Image in Angular Reusable directive

In Angular, you can create a reusable directive that sets the background image of an element dynamically. Here’s an example of how you can create a directive called “setBackgroundImage” that takes an input property called “imageUrl” and sets the background image of the element it’s applied to: set-background-image-directive.ts import {…

JavaScript

2 min read

Dynamically Set background Image in Angular Reusable directive
Dynamically Set background Image in Angular Reusable directive
JavaScript

2 min read


Published in

Bits and Pieces

·Apr 1

Strategies and Best Practices for Improving Angular Performance

Angular is a popular open-source JavaScript framework for building web and mobile applications. It was developed and is maintained by Google. Angular simplifies the development process by providing a complete framework for building web applications. Angular is based on the Model-View-Controller (MVC) architectural pattern and uses a declarative approach to…

JavaScript

8 min read

Strategies and Best Practices for Improving Angular Performance
Strategies and Best Practices for Improving Angular Performance
JavaScript

8 min read


Published in

JavaScript in Plain English

·Mar 25

Angular Directives for Handle Image upload

For handling image/file upload handling in Angular we can use below code. We can also change the file size and file type also. Firstly Create a directive NgImageUploadDirective import { Directive, EventEmitter, HostListener, Input, Output } from '@angular/core'; @Directive({ selector: '[ngImageUpload]' }) export class NgImageUploadDirective { @Input() maxSize: number = 5242880…

JavaScript

3 min read

Angular Directives for Handle Image upload
Angular Directives for Handle Image upload
JavaScript

3 min read


Published in

JavaScript in Plain English

·Mar 13

Top Chrome extensions for Developers

The vast library of open source, often free, and always handy extensions available on the Chrome Marketplace has made Google Chrome one of the most versatile and popular web browsers among web developers. Available for immediate download, the Chrome extension is designed to build a custom web browser user experience…

Chrome

8 min read

Top Chrome extensions for Developers
Top Chrome extensions for Developers
Chrome

8 min read


Published in

JavaScript in Plain English

·Jan 31

Programming Languages Trend in 2023

The world of programming is constantly evolving, and new languages are being developed and popularized every year. However, some programming languages have managed to maintain their popularity and remain relevant even in 2023. Here are the most popular programming languages of 2023: Python: Python has maintained its position as the…

JavaScript

4 min read

Programming Languages Trend in 2023
Programming Languages Trend in 2023
JavaScript

4 min read


Published in

JavaScript in Plain English

·Oct 18, 2022

How to Detect Idle Time in JavaScript

Idle time is the amount of time a user is not interacting with a website. This interaction can be moving the mouse, clicking on the page, or using the keyboard. This time can be detected to execute certain events that may occur after a certain period of inactivity. After some…

JavaScript

5 min read

How to Detect Idle Time in JavaScript
How to Detect Idle Time in JavaScript
JavaScript

5 min read


Jun 30, 2022

Make your components scroll on mouse drag in Nuxt js

I have multiple column tables and hard to scroll and get the exact data. And then finally I got a package vue-dragscroll and solved the problem. vue-dragscroll is a micro vue.js directive that enables scrolling via holding the mouse button (“drag and drop” or “click and hold” style). Nuxt js …

JavaScript

2 min read

Make your components scroll on mouse drag in Nuxt js
Make your components scroll on mouse drag in Nuxt js
JavaScript

2 min read


Jun 16, 2022

The next-gen web framework Fresh

Fresh is in the “SSR with client-side progressive enhancement” camp. I have to admit their list of ‘stand out’ features is quite appealing: No JS is shipped to the client by default No build step No configuration required TypeScript support out of the box If you’re feeling some JavaScript and/or…

JavaScript

4 min read

The next-gen web framework Fresh
The next-gen web framework Fresh
JavaScript

4 min read

Umesh Thapa

Umesh Thapa

781 Followers

Web Design || Development || Content Creator || Editor || Writer || Ewumesh || Nepal || Australia || USA #ewumesh https://ewumesh.com/

Following
  • Donna L Roberts, PhD (Psych Pstuff)

    Donna L Roberts, PhD (Psych Pstuff)

  • Patricia Groshong

    Patricia Groshong

  • Jason Morton

    Jason Morton

  • Sahil Patel

    Sahil Patel

  • Patricia Pixie❤

    Patricia Pixie❤

See all (874)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams