Tumgik
rehman-coding · 7 months
Note
Social media sites
Tumblr media
2 notes · View notes
rehman-coding · 10 months
Text
Tumblr media
5 notes · View notes
rehman-coding · 10 months
Text
1 note · View note
rehman-coding · 10 months
Text
1 note · View note
rehman-coding · 10 months
Text
0 notes
rehman-coding · 1 year
Text
Tumblr media
4 notes · View notes
rehman-coding · 1 year
Note
Hi! As someone who doesn’t even know where to start can you please share some insight on where to start programming from
Yes please I love to guide you. Contact me on my WhatsApp +923035353388
0 notes
rehman-coding · 1 year
Text
8 notes · View notes
rehman-coding · 1 year
Text
web development updates!
#javascript #js #webdevelopment #webdesign #programmer #programming #coding #coder #code #technology #tech #software #angularjs #angular #react #nodejs #html #css #css3 #html5 #coding #codinglife #startup #entreprenuer #onlinebusiness
1w
Tumblr media
7 notes · View notes
rehman-coding · 1 year
Text
5 notes · View notes
rehman-coding · 1 year
Text
web development updates!
#javascript #js #webdevelopment #webdesign #programmer #programming #coding #coder #code #technology #tech #software #angularjs #angular #react #nodejs #html #css #css3 #html5 #coding #codinglife #startup #entreprenuer #onlinebusiness
1w
2 notes · View notes
rehman-coding · 1 year
Photo
Tumblr media
𝟏𝟎 𝐌𝐮𝐬𝐭-𝐊𝐧𝐨𝐰 𝐆𝐢𝐭 𝐂𝐨𝐦𝐦𝐚𝐧𝐝𝐬 𝐓𝐡𝐚𝐭 𝐚𝐫𝐞 𝐤𝐧𝐨𝐰𝐧 𝐛𝐲 𝐟𝐞𝐰𝐞𝐫 𝐩𝐞𝐨𝐩𝐥𝐞 (newbie). 𝟏. 𝐀𝐝𝐝/𝐂𝐨𝐦𝐦𝐢𝐭 𝐀𝐥𝐥 Standard way: git add . git commit -m "Message" Another way: git commit -a -m "Message" 𝟐. 𝐀𝐥𝐢𝐚𝐬𝐞𝐬 With aliases, you can write your own Git commands that do anything you want. Eg: git config --global alias.ac '!git add -A && git commit -m' (alias called ac, git add -A && git commit -m will do the full add and commit) 𝟑. 𝐑𝐞𝐯𝐞𝐫𝐭 The revert command simply allows us to undo any commit on the current branch. Eg: git revert 486bdb2 Another way: git revert HEAD (for recent commits) 𝟒. 𝐑𝐞𝐟𝐥𝐨𝐠 This command lets you easily see the recent commits, pulls, resets, pushes, etc on your local machine. Eg: git reflog 𝟓. 𝐏𝐫𝐞𝐭𝐭𝐲 𝐋𝐨𝐠𝐬 Gives you the ability to print out a pretty log of your commits/branches. Eg: git log --graph --decorate --oneline 𝟔. 𝐒𝐞𝐚𝐫𝐜𝐡𝐢𝐧𝐠 𝐋𝐨𝐠𝐬 One can also use the log command to search for specific changes in the code. Eg: git log -S "A promise in JavaScript is very similar" 𝟕. 𝐒𝐭𝐚𝐬𝐡 This command will stash (store them locally) all your code changes but does not actually commit them. Eg: git stash 𝟖. 𝐑𝐞𝐦𝐨𝐯𝐞 𝐃𝐞𝐚𝐝 𝐁𝐫𝐚𝐧𝐜𝐡𝐞𝐬 This command will delete all the tracking information for branches that are on your local machine that are not in the remote repository, but it does not delete your local branches. Eg: git remote update --prune 𝟗. 𝐁𝐢𝐬𝐞𝐜𝐭 For finding which commits caused certain bugs Eg: git bisect start git bisect bad git bisect good 48c86d6 𝟏𝟎. 𝐃𝐞𝐬𝐭𝐫𝐨𝐲 𝐋𝐨𝐜𝐚𝐥 𝐂𝐡𝐚𝐧𝐠𝐞𝐬 One can wipe out all changes on your local branch to exactly what is in the remote branch. Eg: git reset --hard origin/main 🚀 Follow @rehman_coding for more daily web development tips and tricks. #content #webdev #coding #css #webdevelopment #comment #contentcreation #devcontent #frontend #frontenddevelopment #HTML #Javascript #react #codewithcoffee #grid #codewithcoffeeindia #future #share #connections #like #css3 #csstip #html #htmltip #csslayout #cssgrid #grid #cssgrid #gridlayout #terminology Ruby, etc. (at I-8 Markaz Islamabad) https://www.instagram.com/p/Coo4IHtg9Wc/?igshid=NGJjMDIxMWI=
4 notes · View notes
rehman-coding · 1 year
Photo
Tumblr media
Programming Languages VS Scripting Languages --------------------------------------- --------------------------------------- Most programming languages require the code to be compiled into machine code before it can be executed. --------------------------------------- Scripting languages are interpreted and executed line by line. Many programming languages have strict typing, where variables must be declared with a speciic data type. --------------------------------------- Scripting languages often have dynamic typing, where the data type of a variable is determined at runtime. Programming languages often require manual memory management. --------------------------------------- Scripting languages have automatic memory management. Due to their compiled nature, programming languages can be faster than scripting languages. --------------------------------------- Scripting languages are usually easier to develop with and faster to write. 📌Just like Flexbox containers we have Grid containers but have different container properties. ⇒ Simplifying GRID layout for you in this post ♥️ Hit like, if you found it useful!! 🔖 Save it for the future 📤 Share it with your connections 💭 Comment your thoughts 🚀 Follow @rehman_coding for more daily web development tips and tricks. #content #webdev #coding #css #webdevelopment #comment #contentcreation #devcontent #frontend #frontenddevelopment #HTML #Javascript #react #codewithcoffee #grid #codewithcoffeeindia #future #share #connections #like #css3 #csstip #html #htmltip #csslayout #cssgrid #grid #cssgrid #gridlayout #terminology https://www.instagram.com/p/CoiU3fRAPrz/?igshid=NGJjMDIxMWI=
2 notes · View notes
rehman-coding · 1 year
Photo
Tumblr media
📌Just like Flexbox containers we have Grid containers but have different container properties. ⇒ Simplifying GRID layout for you in this post ♥️ Hit like, if you found it useful!! 🔖 Save it for the future 📤 Share it with your connections 💭 Comment your thoughts 🚀 Follow @rehman_coding for more daily web development tips and tricks. #content #webdev #coding #css #webdevelopment #comment #contentcreation #devcontent #frontend #frontenddevelopment #HTML #Javascript #react #codewithcoffee #grid #codewithcoffeeindia #future #share #connections #like #css3 #csstip #html #htmltip #csslayout #cssgrid #grid #cssgrid #gridlayout #terminologytuesday https://www.instagram.com/p/Coc7aQBS9r0/?igshid=NGJjMDIxMWI=
0 notes
rehman-coding · 1 year
Photo
Tumblr media
👉 7 ES6 code snippets to save time 📌 If this post was useful then like👍 and share 🔁 this 📌 Follow/connect Vishwanath. Chiniwar for more such updates. #javascriptdevelopers #programming #javascriptdeveloper #frontenddeveloper #jsdeveloper #javascripttutorial #freshers #freshers2022 #freshers2021 #freshers2023 #interviewexperience #webdevelopment #frontenddevelopment #webdeveloper #es6 #fullstackdeveloper #javascript #appdevelopment #programming #freshers2022 #backenddevelopment #reactjs #reactjsdeveloper #reactjsdevelopment #reactdeveloper #reactjsjobs #freshersjobs #interview #interviewpreparation #interviewquestions #coding https://www.instagram.com/p/CoQPaXdg4Zq/?igshid=NGJjMDIxMWI=
2 notes · View notes
rehman-coding · 1 year
Photo
Tumblr media
Don't Forget To Like ♥️ | Share 📲 | Save 📥 Turn On Your Post Notifications 🔔 For Daily Updates Hashtags : #engineering #engineer #software #developer #programming #programmer #coding #coder #code #web #website #design #designer #development #developer #webdesign #webdesigner #webdevelopment #webdeveloper #frontend #backend #frontenddeveloper #backenddeveloper #html5 #html #css3 #css #javascript #js #reactjsjobs https://www.instagram.com/p/Cn7rMyuDeN-/?igshid=NGJjMDIxMWI=
2 notes · View notes
rehman-coding · 1 year
Photo
Tumblr media
Important CSS Questions with Answers for Front-End Developer interview Preparation. #javascript #js #angularjs #reactjs #angular #web #webdeveloper #html #css #css3 #html5 #frontend #frontenddeveloper #vuejs #expressjs #nodejs #coder #coding #programmer #programming #software #informationtechnology #java #python #php #frontendjob github #content #git #opensource #gsoc #opensourcedevelopment #dailycoding https://www.instagram.com/p/Cn2G7fGv4pr/?igshid=NGJjMDIxMWI=
0 notes