Post by: Luke
Hey everyone, I’ve got a fun project to work through today. Implementing a slider is one of the projects I recommend to new programmers looking for a project. It’s simple to make a basic slider, but I wanted to make one that we can drop into any website and is easy to use for anyone […]
You know how much effort we put into arranging web pages right? I just finished making a Bootstrap 4 course, and the whole purpose of Bootstrap is to arrange web pages reliably. If they don’t want to use Bootstrap, web developers had to use a combination of CSS hacks to arrange a web page, including: […]
Here’s the thing: I really don’t think map, reduce and filter are for beginner programmers. Not because they’re “hard” or “too much” for beginners. Just because they make an “obvious”1 operation less obvious. Once we’re familiar with these functions it’s easy to take what they do for granted. Yet I see beginner programmers pushed towards […]
If you have a full-time coding gig, know what you’ll be doing most of the time? Maintaining and re-purposing old code. Writing new code is fun, but getting a few more miles out of existing code is better. Why? Because: The most risky part of development has been completed – the problem solving and solution […]
Online businesses love landing pages, right? It’s entirely possible to get above 50% success rates (conversions) on a well-designed landing page. If you’re selling something and you know around 50% of the people who arrive on your landing page will turn into sales leads, you’ll be very happy indeed. Then there’s WordPress. It’s estimated to […]
(Pssst! I made this article into a video course over at Skillshare. Click here to check it out and get a month free at Skillshare!) Hello and welcome to today’s article, where we’ll learn how to turn a PSD design of a website into a web page with Bootstrap 3. (New to HTML and CSS? […]
Hey everyone, great to see you again! For the first time in a looong time I’ve had to create some responsive HTML emails. I had to turn a PSD file into HTML that would display correctly in all kinds of email clients, big and small. In some ways, this was super weird, because almost nothing has […]
Coding interviews have an interesting reputation – apparently nobody knows how to do them right. Common complaints about coding interviews include: trick questions, whiteboard programming, excessive and unpaid programming “homework” and “bad” questions (“so what is your biggest flaw?”). Nonetheless, if you’re after a position as a developer, you’re going to have to sit some interviews. […]
Freelance programming – it’s the dream right? Hanging at home, coding like mad in your pyjamas sipping homemade chai tea. (Your dream might be a little different from mine). But we all know that busting into the freelance programming world can be hard. Especially if you’re still getting established as a programmer. One of the […]
So, I’m going to pass straight over the debate over whether designers NEED to know how to code or not. I think the only expectation is that web designers understand the medium they design for. And that means HTML and CSS at least, which don’t count as coding, per se. The best part – once a […]