Apr 27, 2021I want to learn to code. Where should I start?I remember when I first wanted to start coding. I was 28 and so excited by the possibility of building the future. Then I watched a few YouTube videos on where to start. All I heard was a bunch of technical jargon. I’m sure the developer felt they were…Coding2 min readCoding2 min read
Oct 2, 2020How to define your freelance skills with Skill BubblesWhen you’re setting up a freelance business you need to define what skills you are going to bring to market. You may even already be a freelancer taking every job you can regardless of whether it’s a good fit or not. If you don’t know what you’re going to offer…Freelance3 min readFreelance3 min read
Aug 7, 2020Can introverts go freelance?I work with a lot of software developers who want to go freelance but think that they’re too introverted and their personality doesn’t lend itself well to marketing, getting clients & making bank. If thats you, I was exactly you too. And yet here I am, 2 years into being…Introvert4 min readIntrovert4 min read
Published in codeToBe·Jul 28, 2020Do I have what it takes to go freelance?In September 2016 I was on the tram in Manchester, England commuting almost 2 hours to the first day of my first job in tech. I remember it vividly. I was listening to Ashlee Vance’s excellent biography of Elon Musk and inspired by his story I was excited to put…Introvert5 min readIntrovert5 min read
Published in codeToBe·Jun 28, 2020Member-onlyHow to use arrow functions in JavaScriptArrow functions were first introduced in ES6 (ES2015) in 2015. While looking cleaner there are some differences when compared to regular functions which may trip you up if you do not understand them. Here is a guide on how to use arrow functions. First of all lets compare an…Java Script4 min readJava Script4 min read
Published in codeToBe·Jun 25, 2020New Angular 10 FeaturesAngular 10 was released today 🎉. Angular 10 is a feature lite released, it’s only been 4 months since Angular 9 was released but there are a few goodies to have a look at, not least the new Angular Material Date Range Picker. The most exiting aspect of this…Angular2 min readAngular2 min read
Published in codeToBe·Nov 29, 2019Where do I start if I want to become a web developer?Developing for the web is rewarding, you get to code websites and apps that are available to everyone, everywhere on every device. So cool. But if you just have an inkling web development might be for you it can be confusing. …Web Development2 min readWeb Development2 min read
Published in codeToBe·Nov 8, 2019How much does Ivy reduce Angular 9 bundle sizes?The release of Angular 9 is near, with the recent release of Angular 9 release candidate I decided to take Ivy for a quick spin to see by how much it reduced bundle sizes. Ivy is the all new Angular renderer which promises smaller bundle sizes when you build…Java Script2 min readJava Script2 min read
Published in codeToBe·Jun 4, 2019How to install iOS 13 on your iPhoneiOS 13 was released to developers yesterday. It comes with exciting new features such as dark mode, enhanced augmented reality and on-device machine learning. Requirements You need to own a Mac (sorry Window’s users), be registered with Apple as a developer and own an adapter that connects your iPhone to your…I OS3 min readI OS3 min read
Published in codeToBe·Feb 7, 2019Learn how to use Virtual Scrolling in AngularHave you ever worked with large lists of data and wondered how to present them to the user efficiently? Perhaps you’ve used a “load more” button or paginination to limit the overload that would come with dumping a huge list on your users (l)app. Introducing Virtual Scrolling in Angular. …Web Development7 min readWeb Development7 min read