Essential Programming Languages for Recent CSE Graduates

The realm of Computer Science and Engineering (CSE) is like a vibrant puzzle, with programming languages as its fundamental pieces. Being a CSE graduate, your choice of languages is like selecting the right tools for the job, shaping your versatility and career prospects. While the programming world offers an array

Read More »

How to Retrieve Selected Rows in MUI Grid #2023

mui data grid component allows developers to create tables from data sets, allowing them to display relevant information in an organized and efficient manner. The component provides a variety of features including sorting, searching, paging, filtering and more. It also provides custom column rendering for advanced customization options. Additionally, the

Read More »

python square root without math #2023

Python has an exponentiation operator (**) which can be used to calculate the power of a number. x**y returns x raised to y i.e. y times multiplication of x. Since we need to calculate the square root, y should be (1/2) >>> 10**(1/2) 3.1622776601683795 >>> 25**(1/2) 5.0

Read More »

vs code Keyboard hacks for mac

Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux, and macOS. It is a super fast and lightweight Source Code Editor which can be used to view, edit, run and debug source code for applications. It is mainly used by front-end developers.  Visual Studio Code

Read More »

how to link a button to a page in ionic 3

  1. Generate new page in ionic Example: ionic g page about 2. create a button HTML <button ion-button (click)=”openAboutPage()”>Button</button>   3. app.module.ts add your page to app module ( plz focus on Aboutpage)   4.  TS file ( if you include your new button in home.html then do this

Read More »

animation on scroll up and down

Animate On Scroll (AOS) library allows you to animate elements as you scroll down, and up.If you scroll back to top, elements will animate to it’s previous state and are ready to animate again if you scroll down.This module provides integration with AOS library. See the Pen On scroll div

Read More »

Useful Shortcut Keys Of Adobe Illustrator [#2023]

Adobe Illustrator or Illustrator is a vector graphics editing program published by Adobe. It is useful for designing logos, clip art, blueprints, and other precise, resolution-independent illustrations. Illustrator was first released in 1987 for the Apple Macintosh; today it also runs on Microsoft Windows. The current version is Illustrator CC. How Adobe Illustrator is Used Adobe Illustrator is used to create

Read More »
No data found.