Tag: web_development

CoffeeScript @ Freshers.in Training

Mastering CoffeeScript: Understanding the basics and commenting techniques

CoffeeScript, a programming language that transcompiles into JavaScript, offers a more succinct and readable syntax compared to its counterpart. This…

Continue Reading Mastering CoffeeScript: Understanding the basics and commenting techniques

Exploring Node.js zlib: A guide to compression and decompression

Node.js, a versatile platform for building a variety of applications, includes a powerful module named zlib for handling compression and…

Continue Reading Exploring Node.js zlib: A guide to compression and decompression
php @ Freshers.in

Understanding PHP: Echo vs Print – Key Differences and Usage

In PHP, both echo and print are used to output text to the screen, but there are some differences between…

Continue Reading Understanding PHP: Echo vs Print – Key Differences and Usage
Kotlin @ Freshers.in

Efficiently managing multiline strings in Kotlin

Multiline strings are a common necessity in programming, especially when dealing with large amounts of text or complex string formats….

Continue Reading Efficiently managing multiline strings in Kotlin
Java Script @ Freshers.in

Sticky header using CSS and JavaScript

A sticky header refers to a website navigation tool that remains in a fixed position at the top of the…

Continue Reading Sticky header using CSS and JavaScript
Java Script @ Freshers.in

JavaScript : Removing Duplicates from Arrays in JavaScript

This article will show how to remove duplicates from an array in JavaScript using the Set object and the filter…

Continue Reading JavaScript : Removing Duplicates from Arrays in JavaScript