🚀Day 8: Internship Journey SDE
Learnt how arrays and strings works in JS and their methods, gone through MDN documentation to brushup functions in JS.
#internship#learning#javascript
Day 7: Internship Learning
Gone through functions, hoisting in JS, block scope & global scope, how operators works , few concepts that we actually think we know but it's JS.
#Internship#LearningJourney#javascript
🚀Day6 oF Sharing Internship Learning:
How JS works!
The V8 engine, developed by Google. It parses code into an Abstract Syntax Tree (AST),converts it to bytecode using the Ignition interpreter, and optimizes frequently used code into machine code.
#internship#javascript
🚀Day 5 : Internship Journey (SDE)
Everytime you go through javascript, it seems fun and there are many interesting concepts!!
One of the best javascript documentation ✅
https://t.co/G1duSjIWEK
#internship#LearningJourney#javascript
🚀Day 4 : Internship Journey (SDE)
git-rebase : Moves a sequence of commits from one branch to another.Linear commit history with preserved commits.
Using squash we can combines multiple commits into one.Fewer, consolidated commits in the history
#internship#LearningJourney
🚀Day 3 : Internship Journey (SDE)
Gone through basic git commands and how open source contribution works!!
The command that I never heard was
Cherry pick command : select & apply commit from one branch to another.
#internship#learninpublic#gitcommands#LearnAndGrow
🚀Day2 : Internship Journey (SDE):
Today, I had an interesting debate while building a server using the HTTP module in Node.js, about content-type header and accept header.
1️⃣ Content-Type: Specifies the format of the data being sent (e.g., JSON, HTML)in the body of the request or response
Client to Server: describes the format of the request body.
Server to Client: describes the format of the response body.
Sharing internship learning🚀
Today’s Learning: SHELL SCRIPTING
- Shell scripting is a powerful tool for automating tasks & interacting with system kernel.
- variables & created functions.
- Set up cron jobs for efficient task scheduling.
#internship#dailylearning#engineers