Web Development

Web Development

14 Handy Flash Alternatives To Play Media Files In 2024
30 December, 2023

Did you know around 50% of the world’s digital media and marketing software market is currently controlled by Adobe?  However, there has been a significant change due to Adobe Flash Player’s discontinuation, leading to an increase in alternative multimedia solutions. This in-depth tutorial will review the dynamic options that have swept the web. Learn about… Read More »14 Handy Flash Alternatives To Play Media Files In 2024

Knovator Technologies – Top Software Development Company in Canada 2024
07 July, 2023

In an outstanding achievement that affirms its leading position in the Canadian IT industry, Knovator Technologies is proud to announce its inclusion in the list of top software development companies in Canada for the year 2023 by Techreviewer.co, a reputable online platform that evaluates technology companies worldwide. This significant recognition validates Knovator Technologies’ ongoing commitment… Read More »Knovator Technologies – Top Software Development Company in Canada 2024

Accelerate Application Development with knovator/masters Package (Part 2)
13 September, 2022

This is Part 2 of using @knovator/masters in your application so that you don’t have to build masters from scratch. @knovator/master-admin In Part 1 we explained how to use @knovator/masters-node in your backend application. Here we will see how to use @knovator/masters-admin in your react application. It provides built-in functionalities for Add, Edit, Delete, Pagination,… Read More »Accelerate Application Development with knovator/masters Package (Part 2)

How to Automate Image Resizing Using Image Resizer
12 September, 2022

Do you ever encounter a situation where a user uploads one image and you have to change its resolution to show it in multiple places? We encountered it as well so we built the @knovator/image-resizer package. Images are available in different sizes and formats and need to be optimized to the required size to reduce… Read More »How to Automate Image Resizing Using Image Resizer

How to Create a Custom Error Page using NextJs?
03 February, 2022

Problem Whenever I change to an undefined route in my project it leads to 404 predefined pages of nextjs. I wanted to build my customisable page for this type of situation. Solution 1: Customizing 400 Page OR 500 Page Next Js provides facilities of customisable error pages , where we can customize pages like 404… Read More »How to Create a Custom Error Page using NextJs?