Posts

Assignment operators in C

A tutorial showing the usage of assignment operators in C

JavaScript - String split() function

A tutorial showing the usage of split() function in JavaScript

Chrome 80 brings support for let and class re-declarations in the Console

Re-declarations of let and class keyword are now allowed in console in Chrome 80 makes debugging more developer friendly

SQL - CREATE TABLE Statement

A tutorial for creating database table with SQL

How to allow remote access to MySQL database server

How to allow remote access to MySQL database server

A Program to print upside down triangle pattern with some fuzzy logic in C

A program to print upside down triangle pattern with some fuzzy logic in C.

A Program to find sum of series from starting number to ending number using for loop in C

A Program to to display sum of series from starting number to ending number using for loop in C.

A Program to display factorial of specified number using for loop in C

A Program to display factorial of specified number using for loop in C.

How to find the length of a string using strlen() in C

C program to find length of a string, for e.g, length of “East or West INDIA is best” is 26 (including space and excluding null character).

Convert hexadecimal color to rgb or rgba in php

Convert hexadecimal color to rgb or rgba in php

Get Array of IDs from Eloquent Collection in Laravel

Get an array of ids from Eloquent collection in Laravel using pluck() and modelKeys() function

Write a Program to print Hello, World! in JAVA

A program to print “Hello World!” in JAVA.