1. Indeed: Best Overall 2. AngelList: Best for Startup Jobs 3. LinkedIn: Best for Connecting Directly With Recruiters 4. LinkUp: Best for Up-to-Date Listings 5. Scouted: Best for Recent College Graduates 6. Snagajob: Best for Hourly Jobs
JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. The general-purpose core of the language has been embedded in Netscape and other web browsers.
Sep 29, 2020 ā¢ 5 tweets ā¢ 9 min read
šChain of Motivation and Appreciation
š You all are doing amazing work.
Claps for your motivation & support ššš
š Mention your friends, mentor or accounts from whom you inspired & want to appreciate them šš¤š
#100DaysOfCode#CodeNewbie#javascript
According to stackoverflowās survey 2020, JavaScript is the most commonly used language for the 8th year straight with 67.7% people opting for it. The major reason for its popularity is the fact that its versatile & can be used for both frontend & backend as well as for testing.
Sep 28, 2020 ā¢ 4 tweets ā¢ 1 min read
š§µWeb Development Project Ideas For CodeNewBiesš§µ
1. One-page layout 2. Login authentication 3. Product landing page 4. Giphy with a unique API 5. JavaScript Quiz game 6. To-do list 7. SEO-friendly website
#100DaysOfCode#CodeNewbie8. JavaScript drawing 9. Reminder app 10. Google home page Clone 11. Tribute page 12. Survey form 13. Exit plugin 14. Weather app
All you want to know about this Javascript objects
with examples in Coding snippet.
#100DaysOfCode#CodeNewbie
- Local storage can only save strings, so storing objects requires that they be converted into strings using JSON.stringify() before storing them.
- You canāt ask local storage to store an object directly because it will store ā[object Object]ā.
Sep 4, 2020 ā¢ 5 tweets ā¢ 1 min read
š§µPackage.json VS Package-lock.jsonš§µ
It looks the same but there is difference wht's that ? Just go through the thread
We spent a lot money in our foods, clothes and parties. And sometimes many more reasons and later we realize its waste of money. So instead of that we help someone needy and educate them. Here is how you can do it.š
Node is a platform built on Chrome's JavaScript runtime for fast & scalable network applications. It's uses an eventdriven, non-blocking I/O model that makes it lightweight & efficient for data-intensive realtime applications that run across distributed devices.
Aug 3, 2020 ā¢ 7 tweets ā¢ 2 min read
š§µKnowledge Sharing Threadš§µ
šTechnologies In Big Companies 1/5
In the DOM, all HTML elements are defined as objects.
The programming interface is the properties and methods of each object.
Jul 19, 2020 ā¢ 5 tweets ā¢ 3 min read
DOM Series - #1
The HTML DOM (Document Object Model)
When a web page is loaded, the browser creates a Document Object Model of the page.
Threadš§µ
#100DaysOfCode#javascript#developers#CodeNewbies#programming#html
JavaScript can change all the HTML elements in page
change all the HTML attributes in page
change all CSS styles inbpage
remove existing HTML elements and attributes
add new HTML elements and attributes
react to all existing HTML events in the page
create new HTML events in page
Jul 17, 2020 ā¢ 6 tweets ā¢ 3 min read
Web Designer v/s Web Developer
Today I found somewhere discussion about it so here is the detail Thread š§µ
JavaScript is programming language or scripting language. This thread is about what I think about Javascript.
Comment your opinion if I missed something...
#javascript#100DaysOfCode#javascript30#coding#CodeNewbies#programming#developers#DEVCommunity
Programming, Scripting, and Markup Languages
When it comes to making a website or app coding involves basically above 3 types of languages
- JavaScript isĀ not a programmingĀ languageĀ in strict sense. Instead, it is aĀ scripting languageĀ because it uses the browser to do the work.
Jul 12, 2020 ā¢ 4 tweets ā¢ 2 min read
Framework Thread
A Ā Framework is a complete package with its own functionalities & libraries. A Framework has its own rules, you donāt have much flexibility and the project is dependent on the Framework you use. Angular is an example of a framework.
#100DaysOfCode#code#Angular
Angular has released in 2016 but before Angular, there was AngularJS. One of the most asked questions about Angular is that what is the difference between AngularJS and Angular?
AngularJS vs Angular
These Ā 2 versions of Angular confuse many developers.
Jul 12, 2020 ā¢ 5 tweets ā¢ 2 min read
SPA Thread
"Single Page Applicaiton" is technology in which each time URL changes of website, the complete page is not reloaded but instead only a portion of the page loads so loading less data from server & thereby reducing load on the server #100DaysOfCode#Angular#javascript
Earlier when full pages were written on backend technology and used to be .asp, .php or .jsp then whole content was written and after calucaltions and compilation were sent from server as plain html pages.
Jul 11, 2020 ā¢ 5 tweets ā¢ 3 min read
MEAN Stack Thread
MEAN is an acronym forĀ MongoDB,Ā ExpressJS,Ā AngularJSĀ andĀ Node.js. From client to server to database, MEAN is full stack JavaScript.