Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
flippedcoding
Available
Used
Resource Credits
7 Followers
0 Following
September 22, 2018
RSS feed
Blog
Blog
Posts
Comments
Communities
Wallet
Follow
flippedcoding
webdevelopment
Monday, January 14, 2019 1:26 PM
How and where to start as a front-end web developer
No one is exaggerating when they say now is the best time to start learning web development. This isn't one of those fad careers. The field is projected to grow 10% for the next decade. But there's a catch
$ 0.000
1
2
flippedcoding
webdevelopment
Wednesday, January 9, 2019 1:35 PM
Web Development and Machine Learning
There's almost no way you can write code without hearing about machine learning. It's being used for everything from data analytics to robotics and it's not going away. Machine learning is just starting
$ 0.000
2
flippedcoding
webdevelopment
Monday, January 7, 2019 1:14 PM
A Quick Pros and Cons List on Coding Boot Camps
This is a really touchy subject for both people who have attended a boot camp and those who are considering a boot camp. Some coding boot camps are absolute crap while others are amazing. I'm just going
$ 0.000
1
flippedcoding
webdevelopment
Wednesday, January 2, 2019 1:20 PM
What Is An Interface?
If you plan on doing any back-end development, it's going to be important you know about interfaces. At first they seem kind of weird, but once you understand what they are you'll become more powerful
$ 0.000
3
flippedcoding
webdevelopment
Monday, December 31, 2018 1:49 PM
4 Things That Happen After You've Been A Web Dev For A While
Doing anything long enough leads to some… interesting side effects. Web development has its own effect on you after you’ve been doing it for a while. See if you recognize any of these. Burnout Ok, this
$ 0.000
1
1
flippedcoding
webdevelopment
Wednesday, December 26, 2018 3:06 PM
6 Attributes That Show You Are A Good Developer
Originally posted on: There are some things that show you really know what you're doing and of course those are the things you want to work one. As a web developer, you need more than just technical skills.
$ 0.000
0
flippedcoding
webdevelopment
Monday, December 24, 2018 4:06 PM
Web Development !== Computer Science
Originally posted on: Let's start off strong. Web development is not computer science. They are not the same. Some might say that web development is an application of computer science and that is a bit
$ 0.000
1
flippedcoding
webdevelopment
Wednesday, December 19, 2018 1:11 PM
What is a DLL in Web Development?
This story originally appeared: At some point in your journey as a web developer, you'll end up doing something with the DLL files. It's really not as bad as it might sound. You just need a little
$ 0.000
2
1
flippedcoding
webdevelopment
Monday, December 17, 2018 4:16 PM
Do You Copy And Paste Code?
You'll be hard pressed to find a developer alive that hasn't copied and pasted code at some point. It might be code from an old project or a snippet from Stack Overflow. And you know what? There's nothing
$ 0.000
3
1
flippedcoding
webdevelopment
Wednesday, December 12, 2018 1:34 PM
How To Get Through Those Bad Projects
Originally posted on: Every developer has that one project. The project that was so poorly planned, so poorly designed that it makes you wonder if this was the right career for you to begin with. If you
$ 0.000
1
flippedcoding
azure
Monday, December 10, 2018 2:25 PM
What is CORS in Azure?
I was recently working on a project involving blob storage in Azure. There was something keeping me from uploading my file and it took me forever to figure out what blocked it. It was the freaking CORS
$ 0.000
3
2
flippedcoding
javascript
Wednesday, December 5, 2018 1:19 PM
What are JavaScript promises? Super high level explanation.
Whether you plan on doing anything asynchronously or not, it's a nice little golden nugget to have the knowledge of how to it in JavaScript. An answer to the async problem comes in the form of promises.
$ 0.000
4
2
flippedcoding
javascript
Monday, December 3, 2018 2:46 PM
What are Arrow Functions?
There are so many ways to get stuff done in web development. You have functions, callback functions, methods, arrow functions, and all the other functions out there. The focus for this little explanation
$ 0.000
0
flippedcoding
technology
Thursday, October 4, 2018 4:13 PM
What Is Lazy Loading?
A key skill that every developer needs is smart laziness. It's important to do the least amount of coding to get a function to work because that will help prevent performance and memory issues. That's
$ 0.000
1