Web-Development on Else Web Development https://elsewebdevelopment.com/tags/web-development/ Recent content in Web-Development on Else Web Development Hugo -- 0.147.9 en-GB Sat, 16 Nov 2019 15:29:07 +0000 Typescript Airbnb Style Guide Optimized for Prettier in One JSON File https://elsewebdevelopment.com/typescript-airbnb-style-guide-optimized-for-prettier-in-one-json-file/ Sat, 16 Nov 2019 15:29:07 +0000 https://www.elsewebdevelopment.com/?p=1328 <p>The <a href="https://github.com/airbnb/javascript" target="_blank" rel="noopener" >Airbnb Style Guide</a > is one of the most popular and comprehensive set of ESlint rules. Sadly there is no official version for TypeScript, but there is <a href="https://github.com/iamturns/eslint-config-airbnb-typescript" target="_blank" rel="noopener" >eslint-config-airbnb-typescript</a >. It does all the painstaking work of making the Airbnb linting rules compatible and optimized for TypeScript and <a href="https://github.com/typescript-eslint/typescript-eslint" target="_blank" rel="noopener" >TypeScript ESLint</a >.</p> <p>While you can install and set things up the usual way using NPM, if you are using Prettier things get very complex and the dependencies pile up fast.</p> Linux for Web Development Guide https://elsewebdevelopment.com/linux-for-web-development-guide/ Wed, 01 Nov 2017 22:05:42 +0000 http://localhost/sites/else-web-development-final/?p=35 <p>Many years ago a good friend of mine named his pet rat Linux. I had heard of this mysterious operating system before, but tales of days spent configuring hardware drivers, and cellar-dwelling neck beards scared me away. Why bother using it, never mind naming your rat after it!? In this guide we will discover:</p> <ul> <li>Exactly what Linux is, and how it differs from Windows and Mac.</li> <li>Why we should use it for web development.</li> <li>Exactly which version of Linux is best for the job.</li> </ul>