Github, Feedgate, and React Native/Rails APIs
June 15, 2018, 1 p.m. (6 years, 9 months ago)
0 Comments
No comments have been posted yet, be the first one to comment.
Similar Podcasts

Mat Ryer joined the show to talk about creating your own Gopher avatar with Gopherize.me, the importance of GitHub Stars, his project BitBar, and other interesting Go projects and news. Special thanks to Kelsey Hightower for guest hosting too!
Join the discussionChangelog++ members support our work,...

In this episode we have Andrew Fairlie from Mutual to discuss the new European Union General Data Protection Regulation aka the GDPR. We discuss what the GDPR means specifically to web designers and developers both in terms of the work we do, and the work proposals we draft.
We discuss the GDPR fro...

On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project.
We go into why using a framework like VueJS can help you write bette...

On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...

In this episode, we talk to Phil Zaengle from Zaengle Corp about leveraging the PHP framework Laravel to build truly custom web applications. We discuss when a CMS like Craft makes sense, and when it makes sense to utilize Laravel in addition to or instead of a CMS.
We go on to discuss the importan...
Show Information

Remote Ruby
<p>Two Rubyists having conversations and interviewing others about Ruby and web development.</p>
Mentioned Topics

Ruby is a dynamically typed object-oriented programming language with an emphasis on simplicity and productivity. The language was developed in the mid-1990s in Japan by Yukihiro "Matz" Matsumoto. Ruby has an elegant syntax that is naturally eas...

Ruby on Rails is a web application framework written in Ruby. The framework allows for an enjoyable development experience with fast development cycles.
...

...
GitHub
GitHub is a platform for open source projects and software development version control using Git. GitHub itself is closed source and was originally created by GitHub Inc, which later was acquired by Microsoft for $7.5 billion in 2018, in an attempt to fur...

Web Development is the process of building website and applications for the world wide web (www).
...
Similar Tutorials

How to Install Deno on macOS
Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested.
In this tutori...

How to Build a Movie Database & API with Strapi
Strapi is an awesome headless CMS built with Node.js that can speed up the process of building an API quiet dramatically. It's perfect for people who enjoy the frontend more than the backend, and it allows you to build complex database structures with out writing any code. Magic, if y...

How to Print Queries in Django Views
If you are building a web application with Django you are well aware that the database is an integral part of your application. The need to analyze queries and to then query your data in the most optimal way is at the for front of your development process.
Django provides a handful of...