#rehman_coding
Explore tagged Tumblr posts
rehman-coding ยท 3 years ago
Photo
Tumblr media
. Have anything to add? Feel free to leave your questions or ideas or just say hi in the comments :) Happy !๐ŸŽ‰ ๐Ÿ’™๐ŸŒฌ๏ธโ„๏ธโ˜ƒ๏ธ โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman And let me know you if you liked the video by liking, sharing and commenting ๐Ÿš€๐Ÿš€ Hashtags: #reactjs #react #reactnative #reactdeveloper #learn #code #rehman_coding #mernstack #mernstackdeveloper #javascript #jsdeveloper #interview #interviewtips #frontend #ui #uiux #developer #developers#css #cssgrid #css3#html #csstricks #cssinformation #cssflex #csslearning #cssanimation (at Islamabad, Pakistan) https://www.instagram.com/p/ChQLqR5De5s/?igshid=NGJjMDIxMWI=
1 note ยท View note
abdul-rehman-1 ยท 3 years ago
Photo
Tumblr media
Peace โœŒ๏ธ . Have anything to add? Feel free to leave your questions or ideas or just say hi in the comments :) Happy !๐ŸŽ‰ ๐Ÿ’™๐ŸŒฌ๏ธโ„๏ธโ˜ƒ๏ธ โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: www.a-rehman.com โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/. ... . . . . . . . .#girlwhocodes #codergirl #100daysofcode #coding #reactjs #webdesign #uidesign #javascript #machinelearning #womenintech #codinglife #webdeveloper #reactjs #computerscience #delltechworld #technology #ui #codingbootcamp #programming #programmer #frontenddeveloper #devlife #setup #technology #devlife #worldcode #codingbootcamp #reactjsdeveloper #reactnative #reactjsdevelopmentuae 19w https://www.instagram.com/p/CeNLp-7qTqZ/?igshid=NGJjMDIxMWI=
0 notes
rehman-coding ยท 4 years ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
SCOPES IN JAVASCRIPTโ€จ So, What is Scope? โ€จScope determines the visibility or accessibility of a variable or other resource in the area of your code. โ€จThere are 3 types of scope:
โœ… Block scope โœ… Function scope โœ… Global scope
โšกBLOCK SCOPE โ€จBefore ES6 (2015), JS had only Global Scope and Function Scope, ES6 introduced two important keywords: let and const which provide Block Scope in JS. Var keyword can NOT have block scope.
A Block Scope is the area within if, switch conditions or for and while loops. Generally speaking, whenever you see {curly brackets}, itโ€™s a block. It means that these variables exist only within the corresponding block. (all examples are in carousel)
โšกFUNCTION SCOPE
JavaScript has function scope: Each function creates a new scope. Variables defined inside a function are not accessible (visible) from outside the function. Variables declared with var, let and const are quite similar when declared inside a function.
โšกLOCAL SCOPE
Variables declared within a JavaScript function, become LOCAL to the function.
โšกGLOBAL SCOPE
There's only one Global scope in the JavaScript document. The area outside all the functions is considered to be in the global scope and the variables defined inside the global scope can be accessed and altered in any other scopes.
โ•In JavaScript, objects and functions are also variables.โ•
โšกTHE LIFETIME OF JAVASCRIPT VARIABLES
The lifetime of a JavaScript variable starts when it is declared. Function (local) variables are deleted when the function is completed.
0 notes
rehman-coding ยท 2 years ago
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 ยท 2 years ago
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=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/ .Tags โฌ‡๏ธ- #webdeveloper #webdevelopment #web #reactjs #reactjsdeveloper #reactjsdevelopment #reactjsdevelopers #angularjs #angular #angulardeveloper #angulardevelopers #angulardevelopment #htmlcoding #htmlcss #kalilinux #vuejs #vuejsdeveloper #vuejsdevelopment #setup #setupgaming #setupcode #setupinspiration #dev #webdev #programminglife #programacion #software #softwaredeveloper #codemyjourneys https://www.instagram.com/p/CkMD8pnjnpy/?igshid=NGJjMDIxMWI=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/โœ…If you find this content useful, tap the โค๏ธ Icon, share and consider giving me a follow Thanks. . #html #css #git #github #frontend #reactjs #javascript #coding #programming #khattakdev #crash #course #development #web #technologies #typescript #chrome #developerpodcast https://www.instagram.com/p/ClJ9w_mDp5p/?igshid=NGJjMDIxMWI=
4 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
hanks for the support ๐Ÿฅ‡ . . . . . . . .๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: www.a-rehman.com โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/. ... .. . . .Follow the Front End guide for more html, css, JavaScript and ReactJs lessons, tips and tricks ๐Ÿ“ˆ๐Ÿš€ #frontend #html #css #javascript #reactjs #developer #programming #webdevelopment #softwaredevelopment #coder #fullstack #programminglife #fullstackdev #html5 #website #htmlcss #coding #programmer #frontendguide #redux https://www.instagram.com/p/CkX5RObj7bU/?igshid=NGJjMDIxMWI=
6 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: www.a-rehman.com โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/. ... . . . . . . #html #html5 #css #css3 #javascript #javascriptdeveloper #angular #angularjs #angularlearning #masterangular #angularmaterial #angulardeveloper #typescript #reactjs #frontenddeveloper #softwaredeveloper #webdeveloper #coding #programmer #webdevelopment #uidesigner #javascripts #javascripttutorial #javascript30 #javascriptengineer #frontendchallenge #interviewtips #interviewquestions #angular6 https://www.instagram.com/p/CkT4gj2jQ3g/?igshid=NGJjMDIxMWI=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/ .Tags โฌ‡๏ธ- #webdeveloper #webdevelopment #web #reactjs #reactjsdeveloper #reactjsdevelopment #reactjsdevelopers #angularjs #angular #angulardeveloper #angulardevelopers #angulardevelopment #htmlcoding #htmlcss #kalilinux #vuejs #vuejsdeveloper #vuejsdevelopment #setup #setupgaming #setupcode #setupinspiration #dev #webdev #programminglife #programacion #software #softwaredeveloper #codemyjourneys https://www.instagram.com/p/CkMSVuwjV4s/?igshid=NGJjMDIxMWI=
6 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
. . Have anything to add? Feel free to leave your questions or ideas or just say hi in the comments :) Happy !๐ŸŽ‰ ๐Ÿ’™๐ŸŒฌ๏ธโ„๏ธโ˜ƒ๏ธ โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/ . . . #code #programming #developer #coding #wordpress #programmer #webdeveloper #javascript #softwaredeveloper #girlswhocode #devlife #worldcode #csharp #learntocode #reactjs #developerlife #frontenddeveloper #angularjs #100daysofcode #peoplewhocode #fullstackdeveloper #techconference #backenddeveloper #itconference #mobiledevelopment #womanintech #freelance #programador #ะฟั€ะพะณั€ะฐะผะผะธั€ะพะฒะฐะฝะธะต https://www.instagram.com/p/Cizk1B8DuaZ/?igshid=NGJjMDIxMWI=
2 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
. . Have anything to add? Feel free to leave your questions or ideas or just say hi in the comments :) Happy !๐ŸŽ‰ ๐Ÿ’™๐ŸŒฌ๏ธโ„๏ธโ˜ƒ๏ธ โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: https://a-rehman.com/ โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/ . . . #code #programming #developer #coding #wordpress #programmer #webdeveloper #javascript #softwaredeveloper #girlswhocode #devlife #worldcode #csharp #learntocode #reactjs #developerlife #frontenddeveloper #angularjs #100daysofcode #peoplewhocode #fullstackdeveloper #techconference #backenddeveloper #itconference #mobiledevelopment #womanintech #freelance #programador #ะฟั€ะพะณั€ะฐะผะผะธั€ะพะฒะฐะฝะธะตะดะตั‚ัะผ (at Islamabad, Pakistan) https://www.instagram.com/p/ChFwqn3jjyL/?igshid=NGJjMDIxMWI=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
Hello Developers , here we put small difference between , inline - block , inline block... ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ . . . .. โญ•LIKE | SAVE | SHARE | COMMENT . . . . โญ•Visit my profile to learn moreโค๏ธ . ๐Ÿ””Turn on Post notifications! . . โค๏ธKeep learning, Keep coding! ๐Ÿคฉ โฉ you will understand easily this CSS diffrence.. โฉ If you're working or learning on Html css javascript python Java then you should follow our page โฉ Because here we are put many kind of tips and tricks about Html , css , javascript, python, java etc etc language.. โฉ Here you will get all type of programming related knowledge that will help you to grow your journey.. โฉ Just check once our profile, and don't forget to follow โ˜บ๏ธโ˜บ๏ธ โฉ I Hope. You will like this post , so don't forget to share with your programming buddy ,and stay here for more programming knowledge โฉ Collaboration with ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ ๐Ÿ”ฅ Follow๐Ÿ‘‰๐Ÿป@rehman_coding๐Ÿ”ฅ . . . .. โญ•LIKE | SAVE | SHARE | COMMENT . . . . โญ•Visit my profile to learn moreโค๏ธ . ๐Ÿ””Turn on Post notifications! . . โค๏ธKeep learning, Keep coding! ๐Ÿคฉ _________________________________ _________________________________ เฅคเฅค Like เฅคเฅค โ™ฅ๏ธ เฅคเฅค เฅคเฅค Comment เฅคเฅค ๐Ÿ“œ เฅคเฅค เฅคเฅค Share เฅคเฅค ๐Ÿ’ซ เฅคเฅค _________________________________ _____ Hashtag : #htmlcoding #html_css #html5 #htmlacademy #htmlindonesia #htmlandcss #htmlcssjs #htmltags #htmltutorial #cssakuhinpost #css #cssgrid #cssinformation #csscoding #webdesign #webapp #websitedevelopment #webdevelopment #webdesigns #web3 #webtips #webdeveloping #websitemaker #developpement#html #javascript https://www.instagram.com/p/CfyEfqXt4oL/?igshid=NGJjMDIxMWI=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
#dropcode ... .โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: www.a-rehman.com โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94-8611505b/. ... . . โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” . . . . . . #100daysofcode #developement #programming #programmer #developer #softwaredeveloper #softwaredevelopment #code #coder #frontend #html #css #javascript #webdesign #nerd #buildtheweb #programmerrepublic #iosdevelopment#dev #coderalbum #codelikeagirl #peoplewhocode #devcommunity_ #dev_girls #informรกtica #webdeveloper #coder #programadora #sistemas https://www.instagram.com/p/CevB6aCggfx/?igshid=NGJjMDIxMWI=
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
. Have anything to add? Feel free to leave your questions or ideas or just say hi in the comments :) Happy !๐ŸŽ‰ ๐Ÿ’™๐ŸŒฌ๏ธโ„๏ธโ˜ƒ๏ฟฝ๏ฟฝ๏ฟฝ โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” โญ CAREER CHANGE TIPS โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ How to become a self-taught developer? โšก Useful links and roadmaps in my bio! โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” ๐Ÿ“Œ Follow: @rehman_coding ๐Ÿ’ผ Portfolio: www.a-rehman.com โš™๏ธ GitHub: https://github.com/MuhRehman ๐Ÿ’Ž LinkedIn: https://www.linkedin.com/in/abdul-rehman-%E2%9C%94- โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”.. . . #programming #web #codes #coding #developer #programmer #javascript #html #css #php #reactjs #nodejs #programminglanguage #csslanguage#programming #programmer #coding #developer #programmers #coder #java #javascript #webdeveloper #webdesign #technology #code #computerscience #softwareengineer #codinglife #python #html #hacking #programmingmemes #nodejs #php https://www.instagram.com/p/CbDi5fdOqHv/?utm_medium=tumblr
3 notes ยท View notes
rehman-coding ยท 3 years ago
Photo
Tumblr media
Here comes the first part of Complete Beginner's Guide To Sass โœจ If you found it useful, please express your appreciation by giving it a like! โœจ Please feel free to comment your thoughts and queries. โœจ Save it for later use and do share it with other people out there Follow โžก @rehman_coding For More โœจ Don't Forget To Like โ™ฅ๏ธ | Share ๐Ÿ“ฒ | Save ๐Ÿ“ฅ Turn On Your Post Notifications ๐Ÿ”” For Daily Updatesโค๏ธ Thank you, Have a good day๐Ÿ˜ I hope you have enjoyed reading this post. Please follow me for more posts like this. Don't forget to like, save, and share this post so others can learn from it as well. Tags-ignore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #codingforbeginners #webdeveloperslife #learnprogramming #codingbootcamp #programmergirl #programminghumor #csstricks #htmlcode #codinghumour #htmlcoding #programmingtips #programminglove #vuejs #reactjs #worldcode #html5 #javascriptdeveloper #css3 #programmers #100daysofcode #100daysofcodechallenge #javaprogramming #frontenddeveloper #backenddeveloper #fullstackdeveloper #vscode #webdev #javascript #webdesigners #programmingstudents https://www.instagram.com/p/Ccl8koaDkeu/?igshid=NGJjMDIxMWI=
2 notes ยท View notes