3 followers
CS Student - Exploring!
In this article we will discuss and understand permissions and how you can change permissions of files and directories in linux from basics. · Part 1:...
Modules Quite crucial for reusability of code Collect related functions, objects, values together export values for use by other scripts import...
Quick revision/Notes · Iteration let x = [1, 'b', a => a + 1]; x.length = 6; for(let i = 0; i<x.length; i++){ console.log(`x: ${x[i]} of type...
Originally I was revising JavaScript ended up turning the stuff into a blog :) · Basic arrays Collection of objects of any type Can be a mixed...
Directives are special attributes that start with v-and are used to add dynamic behaviour to HTML elements. Directives are used to apply special...
To begin with this was my first time attending KubeCon. Earlier I had no idea thing like KubeCon exists! 🤷♂️ I got to know about it through Kunal...