Shshank

Shshank @shshank

About: A coding soul

Location:
India
Joined:
May 16, 2018

Shshank
articles - 23 total

Navigating the Shift from Programmer to Manager: Invaluable Insights for Success

TL;DR: Going from programmer to manager? Remember: No strict rules, favor simplicity, embrace...

Learn More 0 0Sep 15 '23

Cross-Device Testing: Ensuring Your Web App Shines Everywhere

Imagine this: you've carefully crafted your website, and it looks perfect in a responsive checker...

Learn More 3 1Sep 8 '23

Open Source Project suggestions

Hey all! Let's share some new open source projects that requires contributers to help open source...

Learn More 0 6Sep 4 '23

10 Essential JavaScript Code Snippets for Every Developer

1. Debounce Function: Prevents a function from being called too frequently, especially...

Learn More 11 7Sep 3 '23

Laravel Beyond Basics: Unleash Advanced Tips and Tricks

Are you eager to take your Laravel skills to the next level? While you've got the hang of the basics,...

Learn More 1 0Aug 31 '23

Unlocking the Secrets of GoF Design Patterns: A Beginner's Guide

Picture software development as crafting a puzzle, where each piece fits just right. Design patterns...

Learn More 3 0Aug 19 '23

GitHub adds more security enhancements to npm

GitHub has announced the general availability of an enhanced 2FA experience on npm, as well as an...

Learn More 1 0Aug 27 '22

visibility : hidden vs display : none

visibility : hidden When applied to HTML element, it will not be visible in the page. But,...

Learn More 4 0Aug 20 '22

Plugin/Library idea

Hi! Hope you all are doing well. Being a developer, open source and stack overflow are your best...

Learn More 1 0Aug 11 '22

flat() vs flatMap()

flat() The flat() method creates a new array with all sub-array elements concatenated...

Learn More 5 1Aug 11 '22

#CSSExplainer: image() function, explained

The CSS image() function is similar to the url() function, but with extra features that let us...

Learn More 4 0Aug 5 '22

What's new in Vue.js 2.7.8

The version 2.7.8 of Vue.js, the JavaScript framework for building user interfaces and single-page...

Learn More 2 0Jul 30 '22

PHP 8.2.0 Beta 1 is now out

The first Beta version of PHP 8.2.0 is now available. This version continues the PHP 8.2 release...

Learn More 4 0Jul 25 '22

JavaScript startsWith() and endsWith() string methods, a brief

startsWith() and endsWith() in JavaScript are sibling methods that return a boolean true if a string...

Learn More 3 0Jul 25 '22

Killer JavaScript One Liners

Some useful JavaScript One-Liners After a good response from the community, I decided to post some...

Learn More 63 18Jul 22 '22

Some valuable lessons as a Developer

I am in to development field, from quite few years and here are something I learned with my...

Learn More 10 1Jul 18 '22

Laravel Livewire Turbolinks with Image lazyload

I am building a website on laravel livewire. I've impimented turbolinks and to speed up the website,...

Learn More 10 1Jul 17 '22

Useful Git Commands

Version control (sometimes referred to as source control) plays an important role in any development...

Learn More 3 5Jul 14 '22

JS Basic String Methods

Here is a list of few basic string methods: Length, check length of a string const myString =...

Learn More 12 0Jul 11 '22

Some useful JavaScript One-Liners

JavaScript is one of the most powerful language in this modern world. In this article we will go...

Learn More 279 10Jul 7 '22

JavaScript concepts you must know

JavaScript one of the popular language on internet now a days, millions of webpages around world is...

Learn More 10 0Jun 30 '22

CSS pseudo-classes with :where() and :is()

If you haven't heard about the :where() and :is() pseudo-classes, don't feel bad. They were only...

Learn More 8 0Jun 21 '22

Afraid of writing codes in JavaScript

I started out my career in PHP. I have developed quit a few websites aswell and love to write codes...

Learn More 8 3May 16 '18