Many developers, regardless of experience, frantically ask: "Which project should I do?"
3 min read
#Programming
3 min read
#Programming
freeCodeCamp.org
The Secret to Unlimited Ideas for Your Coding Projects
As a developer, practice is vital to your continued professional success. The web moves fast. Just a year or two of contentment could leave you eating JavaScript's dust. Yet many developers, regardless of experience, frantically ask: "Which project should…
Coding conventions are style guidelines for programming. They typically cover:
• Naming and declaration rules for variables and functions.
• Rules for the use of white space, indentation, and comments.
• Programming practices and principles
8 min read
#Programming
• Naming and declaration rules for variables and functions.
• Rules for the use of white space, indentation, and comments.
• Programming practices and principles
8 min read
#Programming
freeCodeCamp.org
JavaScript naming conventions: do’s and don’ts
I find it amazing how many different meanings we can get from less than 30 characters. I’m talking about the alphabet with some well-placed punctuation, of course. From a love story to a computer program, writing has allowed us to create extraordinarily different…
The best advice I received about securing my first job as a web developer was to attend meetups.
6 min read
#Programming
6 min read
#Programming
The best advice I received about securing my first job as a web developer was to attend meetups.
6 min read
#Programming
6 min read
#Programming
freeCodeCamp.org
How to Survive (and Thrive) at Your First Tech Meetup
The best advice I received about securing my first job as a web developer was to attend meetups. You can read more about why it's a good idea to attend meetups in Dominic's article here: Want to get into tech? It’s never too early to start attending meetups.…
Becoming a full-stack developer is the goal of a lot of developers. Being able to create a complete software product, getting to understand how the whole system work and the very nice wage increase(Over £5,500) are all reasons people want to level up their skills and become a full-stack developer.
4 min read
#Fullstack #Serverless #NodeJS #Lambda
4 min read
#Fullstack #Serverless #NodeJS #Lambda
Medium
What you need to become a full-stack serverless developer
The 4 areas of development you need to know to call yourself a full-stack developer
At the coding bootcamp where I teach, “How do I upload images with React?” is a question that comes up repeatedly. As with any programming problem there are a million ways to achieve this outcome with various tradeoffs.
6 min read
#React
6 min read
#React
When HTML5 introduced the <video> and <audio> tags, they made your media files genuinely accessible to the Internet. HTML5 videos are fast replacing Flash Player and other similar third-party media players. Historically, it’s been quite a cumbersome process to get media to play correctly. Often the <embed> and <object> tags would need to be used which would assign an extensive list of parameters to get the media playback working.
7 min read
#HTML #JavaScript
7 min read
#HTML #JavaScript
Medium
5 Open Source HTML5 Video Players for 2019
Useful OSS video players to choose for your next application.
https://bit.ly/2ZJT9l3
As a developer, you want to be efficient with your time and automate where you can. Here are 15 VS Code extensions you should be taking advantage of today.
4 min read
#TextEditors
As a developer, you want to be efficient with your time and automate where you can. Here are 15 VS Code extensions you should be taking advantage of today.
4 min read
#TextEditors
Telerik Blogs
Top 15 Visual Studio Code Extensions in 2019
As a developer, you want to be efficient with your time and automate where you can. Here are 15 VS Code extensions you should be taking advantage of today.
React is a very popular JavaScript library. With over 5.5 million weekly downloads, React is enjoying great popularity. But not a lot of React developers know how React works under the hood.
5 min read
#React
5 min read
#React
freeCodeCamp.org
How React works under the hood
React is a very popular JavaScript library. With over 5.5 million weekly downloads, React is enjoying great popularity. But not a lot of React developers know how React works under the hood. In this post, I'll try to uncover some interesting things about…
It was always complicated to flatten an array in #JavaScript. Not anymore! ES2019 introduced a new method that flattens arrays. And there’s a “depth” parameter, so you can pass in ANY levels of nesting. AMAZING 🤩
3 min read
#JavaScript
3 min read
#JavaScript
Medium
Flatten Array using Array.flat() in JavaScript
It was always complicated to flatten an array in JS. Not anymore! ES2019 introduced a new method that flattens arrays with Array.flat()
We’ll investigate it in detail today. You can also refer to the official documentation about the same here.
3 min read
#React
3 min read
#React
Medium
How to use props.children in React
Learn what props.children is, and how to use it.
Taking up a vital conversation is made simple by the persistent development of WebRTC that wholly magnifies the video/audio communication for “Enterprises” and “Professionals”.
5 min read
#WebRTC #NodeJS #JavaScript
5 min read
#WebRTC #NodeJS #JavaScript
Medium
How to Build a Video Call & Voice Chat App in WebRTC Using Javascript/node.js?
Taking up a vital conversation is made simple by the persistent development of WebRTC that wholly magnifies the video/audio communication…
Async/await was introduced in NodeJS 7.6 and is currently supported in all modern browsers. I believe it has been the single greatest addition to JS since 2017. If you are not convinced, here are a bunch of reasons with examples why you should adopt it immediately and never look back.
6 min read
#JavaScript #Async
❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
6 min read
#JavaScript #Async
❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
DEV Community
7 Reasons Why JavaScript Async/Await Is Better Than Plain Promises (Tutorial)
Async/await was introduced in NodeJS 7.6 and is currently supported in all modern browsers. I believe...
As you all know Javascript has become fashionable (I think we all agree on this point). This has meant an increase in the demand for job offers and the proliferation of “bootcamps” that promise to train developers in just 6 months.
10 min read
#JavaScript
❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
10 min read
#JavaScript
❤️ Don’t forget to say if you liked the article by leaving a comment below this post ✍️
Medium
8 habits you should avoid when developing with Javascript
Better leave these bad habits today than tomorrow
One feature that comes along with template literals, or template strings, is the ability to tag them.
⏱ 8 min read
🔘 #JavaScript
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
⏱ 8 min read
🔘 #JavaScript
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
Wes Bos
Tagged Template Literals
One feature that comes along with template literals, or template strings, is the ability to tag them. That means we can run a template…
In this article, I will walk you through how the world wide web works at a fundamental level.
⏱ 5 min read
🔘 #HTTP
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
⏱ 5 min read
🔘 #HTTP
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
freeCodeCamp.org
An introduction to HTTP: everything you need to know
In this article, I will walk you through how the world wide web works at a fundamental level. The core technology is HTTP - Hypertext Transfer Protocol. It's the communication protocol you use when you browse the web. At a fundamental level, when you visit…
There are some major new features and enhancements coming up for the React framework; exciting for us developers, rewarding for the end user. In this article we will be exploring the usage of
⏱ 8 min read
✍️ Don’t forget to say if you liked the article by leaving a comment below this post
lazy()
and <Suspense />
, but for these features to be fully beneficial we also need to understand concurrent React and the benefits of its support for multi threading.⏱ 8 min read
✍️ Don’t forget to say if you liked the article by leaving a comment below this post
Medium
React lazy, Suspense and Concurrent React Breakdown with Examples
Exploring lazy() and <Suspense /> within the context of concurrent React
Adding authentication using the user’s Touch ID or the new Face ID is easier than ever in your React Native App.
⏱ 3 min read
#React
✍️ Don’t forget to say if you liked the article by leaving a comment below this post
⏱ 3 min read
#React
✍️ Don’t forget to say if you liked the article by leaving a comment below this post
Medium
Integrate Touch ID and Face ID to your React Native App
Adding authentication using the user’s Touch ID or the new Face ID is easier than ever in your React Native App.