I recently gave a talk on audience growth, and while I don’t have all the answers, I do know a few things. I’ve learned both from my own experience and that of the people I work with (some of whom have much larger audiences than mine). The common thread between people who hire me to […]| Learn to code in 30 Days!
Here is a question I hear often: What’s the difference between JavaScript and jQuery? To understand the difference you need to look at a little bit of code. Now, don’t worry if you don’t understand the code. The main point of this is to see how jQuery and JavaScript do the same thing in different […] The post jQuery vs. JavaScript | What’s the difference? appeared first on Learn to code in 30 Days!.| Learn to code in 30 Days!
CMS aka Content Management System. You hear that word, but what does it mean? What is a CMS? A content management system is something you definitely want. Why? Because a content management system, or a CMS, helps you manage your website’s content without having to touch the code. That’s a good thing. It means you […]| Learn to code in 30 Days!
Podcast episode also available on iTunes and Spotify. 50 Ways to Get a Job is a career book with fifty proven exercises you can use to find meaningful work. Last week I met with Dev Aujla to discuss his favorite takeaways from the book. One thing I have concluded after my chat with Dev: Resumes […] The post 50 Ways to Get a Job appeared first on Learn to code in 30 Days!.| Learn to code in 30 Days!
Stellar is a payment network that supports use of its native asset called Lumens (XLM).| Learn to code in 30 Days!
Chicago is the tech-hub of the Midwest, and so it’s only fitting that some of the best coding courses and bootcamps can be found here! The city is teeming with software development jobs, and over the years we’ve noticed an increasing pool of applicants hungry to upskill and learn how to program apps using HTML, […] The post Top 6 Best Coding Bootcamps in Chicago appeared first on Learn to code in 30 Days!.| Learn to code in 30 Days!
What text editor should I use? What is a text editor, and why does it matter which one I use? Text editors are programs that type simple text without the sort of formatting a word processor will so rudely slip in. No comic sans, no forced margins, no line breaks (I just tested this with a […]| Learn to code in 30 Days!
Ruby on Rails is a popular web development framework. It’s used for building websites and applications like Twitter, Groupon, Shopify and many more. Here at One Month we love Ruby on Rails — we’ve been teaching our famous One Month Rails course since 2013, and have graduated over 10,000 students from our bootcamp! If you’re looking […]| Learn to code in 30 Days!
If you aren’t sure what the difference between == and === are in JavaScript, you aren’t alone. Plenty of people struggle with which of these two JavaScript operators you should use so don’t feel bad that you don’t know the difference. First things first, we need to understand what operators are, as well as how […]| Learn to code in 30 Days!