Blog

Articles about web development, AI automation, and modern tech.

How to use Angular Material Badge? Multiple Use Cases covered

How to use Angular Material Badge? Multiple Use Cases covered

How to Use Angular Material Badge: Multiple Use Cases CoveredIntroduction to Angular Material BadgesAngular Material badges are versatile UI components that help developers add informative markers to...

December 8, 2024

Best Websites to Learn Programming in Free

Best Websites to Learn Programming in Free

https://hyperskill.org/ (FREE)https://codewithmosh.com/ (PAID)https://frontendmasters.com/ (PAID)https://www.class-central.comhttp://www.udacity.comhttp://www.freecodeamp.comhttps://codecademy.comhttp...

September 24, 2024

Implemented multilingual system in #Angular 4 - #1

Implemented multilingual system in #Angular 4 - #1

Implementing a Multilingual System in Angular 4In today's globalized world, creating applications that support multiple languages is crucial for reaching a wider audience. This tutorial will guide you...

December 8, 2024

Fix SQL Error: GROUP BY incompatible with sql_mode=only_full_group_by

MySQL 5.7.5+ changed the GROUP BY behavior. So in this and future versions GROUP BY would not work in same way as it used to be before.So to make GROUP BY feature working like before follow these deta...

September 24, 2024

PHP: How to fix Image rotation issue in img tag because of EXIF?

Photos captured by some smartphones especially iPhones are automatically rotated when we use it in <img> tag which is mostly not acceptable as we don’t need such unwanted rotation. This happens...

September 24, 2024

Angular Material Cards Tutorial

Angular Material Cards Tutorial

Angular Material Cards Tutorial: Comprehensive GuideAngular Material provides developers with a powerful set of pre-built card components that can significantly enhance the user interface of web appli...

December 8, 2024

How to remove index.php from codeigniter in UBUNTU?

This tutorial will show you that how to remove index.php from codeigniter in UBUNTU or how to enable url rewriting. Step 1 : Add this in htaccess file <IfModule mod_rewrite.c> RewriteEngine On...

September 24, 2024

How to lock screen orientation to portrait or landscape?

This article will show you how to lock screen orientation to one direction.Environment Details:– Phonegap Build – cli-5.2.0– Device: iPhone S5 9.3.2For locking orientation to portrait add followi...

September 24, 2024

Todo App in Angular 8 and Angular Material - Part 8 - Angular Tutorial

Todo App in Angular 8 and Angular Material - Part 8 - Angular Tutorial

Todo App in Angular 8 and Angular Material - Part 8: Advanced Styling and CategoriesWelcome to Part 8 of our comprehensive Angular Material Todo App tutorial series. In this episode, we'll focus on en...

December 8, 2024