BlogHide Resteemsflippedcoding (25)in webdevelopment • 6 years agoHow and where to start as a front-end web developerNo 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…flippedcoding (25)in webdevelopment • 6 years agoWeb Development and Machine LearningThere'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…flippedcoding (25)in webdevelopment • 6 years agoA Quick Pros and Cons List on Coding Boot CampsThis 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…flippedcoding (25)in webdevelopment • 6 years agoWhat 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…flippedcoding (25)in webdevelopment • 6 years ago4 Things That Happen After You've Been A Web Dev For A WhileDoing 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…flippedcoding (25)in webdevelopment • 6 years ago6 Attributes That Show You Are A Good DeveloperOriginally 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…flippedcoding (25)in webdevelopment • 6 years agoWeb Development !== Computer ScienceOriginally 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…flippedcoding (25)in webdevelopment • 6 years agoWhat 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…flippedcoding (25)in webdevelopment • 6 years agoDo 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…flippedcoding (25)in webdevelopment • 6 years agoHow To Get Through Those Bad ProjectsOriginally 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…flippedcoding (25)in azure • 6 years agoWhat 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…flippedcoding (25)in javascript • 6 years agoWhat 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…flippedcoding (25)in javascript • 6 years agoWhat 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…flippedcoding (25)in technology • 6 years agoWhat 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.…