RSSAmplifier

Blog

Learnetto Blog

A blog about learning tech skills online

learnetto.comRSS feed ↗30 posts

Latest posts

Learn to make and sell

Learn to make and sell . Making and selling are the two most valuable skills you can master this year. And I mean making and selling in the broadest terms. If you're a developer, making comes naturally to you. But in addition to making software, I also mean making other things - music, stories, furniture, paintings. If you're a developer, you might not be keen on selling. But I'm not talking about…

How to build products with OpenAI's GPT-3: An iInterview with Harish Garg

harishg.jpg 7.79 KB Today, I am interviewing Harish Garg , a software developer, educator and author of the an upcoming book on how to build products with GPT-3 . This interview is part of the Learnetto Interview Series with interesting experts and teachers from all walks of life. Please introduce yourself - who are you and what do you do? I am Harish Garg and I am a Founder, Software Developer…

Interview with Kevin Cunningham on software development, teaching and headless WordPress

Today, I am interviewing Kevin Cunningham , a software developer, educator and author of the brand new book on Headless WordPress which launched on Learnetto this week. This interview is part of the Learnetto Interview Series with interesting experts and teachers from all walks of life. Please introduce yourself - who are you and what do you do? Hi! I’m Kevin Cunningham. I run a digital…

Job - Web development content production assistant

This job opportunity has now closed. We are no longer accepting applications. To be the first to find out about future job opportunities at Learnetto, sign up to our newsletter . At Learnetto , we pride ourselves on producing the highest quality educational tutorials and courses for software developers. We have big plans for launching some great new courses and tutorials in 2020. And are looking…

Interview with Ajdin Imsirovic on Angular and frontend web development

Today I'm pleased to interview Ajdin Imsirovic, senior developer, author and teacher of two brand new Angular courses on Learnetto - The Free Visual Guide to Getting Started with Angular and The Complete Practical Angular Course . In this interview, Ajdin shares his thoughts on Angular and frontend web development. Please introduce yourself. My name is Ajdin Imsirovic. I'm a self-taught full stack…

11 great quotes from The Tao of Programming

The Tao of Programming by Geoffrey James is a strange and funny book. It's one of my all-time favourites. These are some of my favourite quotes from the book: "After three days without programming, life becomes meaningless." "I don't know whether I am Turing dreaming that I am a machine, or a machine dreaming that I am Turing!" "When a program is being tested, it is too late to make design…

How to include Rails Associated Model Data in React components

UPDATE : A new version of the Complete React on Rails Course is open for pre-orders. Get $10 Off Today . When you start using React with Rails, one of the frustrating problems you quickly run into is trying to access associated model data from your React component. Let's say we are building a chat app with Rails and React . We have three models, Chatroom, Message and User, which have the following…

How to make AJAX calls in Rails 5.1 with or without jQuery

Rails shipped without jQuery as a dependency for the first time with version 5.1. Rails used to rely on jQuery for Unobtrusive JavaScript features but now ships with its own library rails-ujs with the same features. One of the most common use cases for jQuery in Rails was making AJAX calls through forms and links. If you’re using Rails 5.1 for the first time, you might get confused about how to…

How to get your Rails data into your React component with webpacker

UPDATE : A new version of the Complete React on Rails Course is open for pre-orders. Get $10 Off Today . The webpacker gem has given us an easy way to use JavaScript libraries, including React, inside Rails while using native JS tools like yarn and Webpack. If you’re using Rails 5.1 or higher, you can directly create a new app with React support out of the box simply by running: $ rails new myapp…

London Ruby User Group (LRUG) talk June 2017: How to use React with Rails

I gave a talk titled 'How to use React with Rails' at the June meetup of the London Ruby User Group (LRUG) . You can watch the talk here on the Skills Matter website . The slides are on Speakerdeck . If you enjoyed the talk, check out my Free React on Rails course and The Complete React on Rails course . "How to use React with Rails" LRUG June 2017

How to do Simple Form Validation in #Reactjs

This is a step-by-step tutorial that will show you how to do basic form validation in React. You can see the full code on Github and see the app running on Heroku . We’ll use create-react-app to get up and running quickly with a simple React app. Install the package from npm and create a new app: $ npm install -g create-react-app $ create-react-app react-form-validation-demo Now let’s run the app:…

His first job was writing code for a nuclear power plant. Now @Swizec teaches #D3js and #Reactjs

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. Swizec Teller is our guest on the newest episode of the Learnetto podcast . Swizec is a talented and accomplished software engineer, originally from Slovenia, now based in San Francisco. Now he helps startups, having previously collaborated with MasterCard, Google, and Mashable, among others. A…

How to use React with Ruby on Rails 6

UPDATE on 18 November 2021: See the new tutorial on How to use React with Rails 7 (including Ruby 3 and import maps). Note: This tutorial has been updated for the latest versions of Rails and React. It is based on Ruby 2.6.5 and the latest Rails gem (6.0.1 at the time of writing this tutorial). You can install and use Ruby 2.6.5 using Ruby version manager (rvm) like this: $ rvm install 2.6.5 $ rvm…

Medium - Why Rails developers should learn React

Original here ;) - https://en.wikipedia.org/wiki/Yukihiro_Matsumoto#/media/File:Matz.jpg Here's an excerpt from my article on Medium: Rails developers should learn React because there's growing market demand for developers who know both. Learning to use React will make you more money and a better developer. In many ways, React is to the modern frontend, what Rails is to the backend - there are…

The Learnetto Podcast Episode 007 - How to become an entrepreneur in the age of "The End of Jobs" with Taylor Pearson

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. Our latest guest on the Learnetto Podcast is Taylor Pearson , entrepreneur, marketing coach, and author of the bestselling book The End of Jobs , about a new landscape of the job market. We invited Taylor to talk about his background and the interesting thesis of his book - that in today's world it’s…

Tutorial: How to add Disqus comments to a Rails blog

Disqus is the most popular, reliable and straightforward way of adding comments to your site without having to code it up from scratch yourself. It automatically handles user authentication, threaded comments, voting and spam control. In this short tutorial, you'll learn how to add a commenting system to your Rails blog (or site) using Disqus.

The Learnetto Podcast Episode 006 - How to be a data-driven UX designer with Matt Isherwood

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. On today's episode, Hrishi is speaking with Matt Isherwood, a user experience designer and instructor based in London. Matt is a UX design consultant specialising in e-commerce, marketplace websites, and mobile apps. He has years of experience in the luxury sector and working on UX strategy with startups.…

Tutorial: How to use Amazon S3 and CloudFront CDN to serve images fast and cheap

This is a guest post by Samir Talwar , a software developer based in London. Samir cares deeply about software quality and craftsmanship. You can read more of his writing on his excellent blog and follow him on Twitter . In my last tutorial, we figured out how to host static web pages for free on GitHub pages . However, if you tried to host images or other large assets in the same fashion, you may…

Tutorial: 4 steps to getting started with LaTeX (and liking it)

LaTeX is a system for preparing professional documents. It was created by an American computer scientist Leslie Lamport. Leslie Lamport, creator of LaTeX. Image under GFDL. The aim of this tutorial is to offer a simple introduction to LaTeX. It includes information on how to get the LaTeX system, what hacks to use, and how to get to like LaTeX. I am a self-taught LaTeX user so I know from…

The Learnetto Podcast Episode 005 - How to learn to design apps with Marko Vuletič

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. Marko Vuletič is a Slovenian web & mobile UI/UX design professional. His work is centred around creating apps and websites which are visually pleasing, but, most importantly, functional and user-friendly. An app he redesigned, Moments, has been featured by the US App Store as the best new app. Marko also…

The Learnetto Podcast Episode 004 - How to learn new skills as a software developer with Cindy Potvin

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. Our guest on the fourth episode of the Learnetto podcast is Cindy Potvin, a Montreal-based software developer. Cindy started blogging about her experience of Android and web application development in October 2013 at blog.cindypotvin.com . Since then, her blog grew to include series " Learning as a…

How Codevolve is lowering the barrier for learning programming: Learnetto Interviews CEO Saul Costa

Saul Costa Super excited to publish this interview! I recently spoke to Saul Costa , co-founder and CEO of Codevolve , an exciting new company which makes an amazing product for interactively learning computer programming. Go check it out. You can also follow Saul on Twitter . Here's the interview: Hrishi Mittal (HM): Hi Saul, how’s it going? Saul Costa (SC): It’s going great, how about you? HM:…

Tutorial: How to host your websites for free using Github Pages

Samir Talwar This is a guest post by Samir Talwar , a software developer based in London. Samir cares deeply about software quality and craftsmanship. You can read more of his writing on his excellent blog and follow him on Twitter . I run a few websites. The one that gets the most traffic right now is communitycodeofconduct.com , which is used by a number of software communities as a place to…

The Learnetto Podcast Episode 003 - How to learn to code with Laurence Bradford

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. In episode 3 of the Learnetto Podcast, I spoke to Laurence Bradford, a self-taught developer, who has been teaching herself how to code for 3 years. Having experienced the difficulties of the learning process first-hand, Laurence understands the most effective ways to obtain tech skills. Her website Learn…

The Learnetto Podcast Episode 002 - How to use Quora and Slideshare to grow your audience with Imran Esmail

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. In the second episode of the Learnetto podcast, I interviewed Imran Esmail of Escape Your Desk Job . Imran is an expert marketer who teaches people how to use social platforms like Quora and Slideshare as a way to grow your audience. He is the co-author of the Domination Series books Quora Domination and…

The Learnetto Podcast Episode 001 - The Ultimate HTML Developer with Kalob Taulien

Please subscribe to the Learnetto Podcast in iTunes and rate us to help us reach more people. For this very first episode of the Learnetto podcast, I interviewed Kalob Taulien , CTO of Xcellerator Tools and web development teacher. Hrishi Mittal (HM) : Welcome to the first episode of the Learnetto podcast. I am Hrishi Mittal, your host and the founder of Learnetto, an awesome new place for…

How Codescrum runs and scales Rails apps In Docker With Docker Compose

This is a guest post by Juan Pablo Amaya, a product developer at CodeScrum . Codescrum is a software development company led by Jairo Diaz and focuses on creating user centric digital services and products for clients. This post originally appeared on the CodeScrum blog . In a past post we shared a Rails starter template ( rails-template ) with a minimal base for building common rails…

THE BEGINNER’S GUIDE: Scraping in Ruby Cheat Sheet

This is a guest post by Linda Haviv , a web development student and Community Engagement Producer at Fox News. This post originally appeared on Medium . Web scraping is so cool but if you have never done it before you may not know where to begin… not to worry! The following is a beginner’s guide to web scraping in Ruby. When I was first introduced to data scraping, I was super excited to give it a…

How to launch your startup on BetaList - 8 lessons from Learnetto

Betalist gave us a nice boost of signups to our beta mailing list Learnetto got featured on Betalist last week on Monday 1st Feb 2016 — https://betalist.com/startups/learnetto . It was a good experience for us and gave a much needed kickstart to our marketing. Learnetto listing on Betalist I just want to quickly share our results and some tips so that you can get the most for your startup if you…

How I'm Learning to Market my startup from Justin Jackson's book

I've been reading Justin Jackson 's new book Marketing for Developers and finding it extremely useful to plan the marketing for Learnetto , a marketplace for courses on learning how to build and sell products online. These are my notes: First things first - I'm not reading this book cover to cover. I'm using it as a hands-on how to guide to do specific things. I've read lots of books and blog…