This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the gist contents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zxczxcxzcxzcxzczxc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fsdfdsfsd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdasdasdasd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdskahdjshdksahdjsahdkashdashdjkasdsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>MSK Snippets | Where developers share code.</title> | |
<meta | |
content="MSK Snippets, code snippets, save code cnippets, code notes app, developer network " | |
name="keywords" | |
/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>MSK Snippets | Login</title> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import the library. | |
require 'tk' | |
# Dot diameter. | |
Diameter = 10 | |
# Update rate (ms). | |
Frequency = 25 | |
# Canvas size. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ✅ Object Traversal in javascript | |
// 🤙 We will traverse this horse object and its methods | |
const horse = { | |
color: "Black", | |
name: "Razor", | |
behaviour: { | |
actionTypes: { | |
moveMethods: ["twist", "Jump", "Run"], | |
twistAction() { | |
console.log("Moved now"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi guys, | |
I have a decade of experience in building professional websites and front-end applications. I have worked both in startups and giant companies. I’m here to help you become a successful front-end web developer and help you crack those frontend interviews. | |
I started out as a software engineer and slowly realized that I have a passion to teach. My mother was a mathematics teacher and I’m following her footsteps - except that I teach web development. | |
I feel obligated to build front-end interfaces of supreme quality. | |
I love the javascript ecosystem and I think you’ll love building websites too. | |
𝗬𝗼𝘂𝘁𝘂𝗯𝗲 𝗰𝗵𝗮𝗻𝗻𝗲𝗹: https://www.youtube.com/c/ManojSatishKumar |
OlderNewer