flippedcoding (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…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…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…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…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…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…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…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…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…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…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…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…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…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…