Paiza Engineering Blog

Engineering blog of browser-based web development environment PaizaCloud Cloud IDE ( https://paiza.cloud/ ), online compiler and editor Paiza.IO( https://paiza.IO/ )

Chrome85 is stopping to send URL path as HTTP Referer field

(Japanese article is here) Hi, I'm Tsuneo([twitter:@yoshiokatsuneo]). Now, the latest Chrome is stopping to send the URL path as HTTP Referer on cross-domain access. If you analyze access to your web site, you can not know which article le…

PHP+MySQL Todo List tutorial - How to create PHP todo app with MySQL database in browser with PaizaCloud Cloud IDE

PHP+MySQL todo list tutorial

Creating a simple 3D online multiplayer battle game using JavaScript and Node.js

So, in this article, we'll build a 3D online multiplayer battle game with JavaScript like below! (And yes, as it runs in the browser, we can run it on both PC and smartphones.). We'll build the game using Node.js(Server Side JavaScript), T…

Big 3 web application frameworks: Ruby on Rails, Django and Laravel

(Japanese article is here) Hello, I'm Tsuneo!(@yoshiokatsuneo) What web application frameworks do you choose? Now, there are 3 major web application frameworks: Ruby on Rails, Django, Laravel. All of those are full-stack frameworks having …

Web development on iPad using PaizaCloud Cloud IDE as iPad IDE

iPad IDE: PaizaCloud supports iPad, and have browser-based editor, terminal, browser-in-browser, file manager for building applications. PaizaCloud has development environments like Ruby on Rails, Django, Node.js, Laravel, PHP, Java(tomcat…

Go/Revel Tutorial: How to create Go(golang) web framework Revel app in browser with PaizaCloud Cloud IDE

Go framework Revel has features for web development like routing, MVC, generator. By building the application following Revel rules, you can naturally create readable and extensible Web Applications. You can also use OR mapper library like…

Django2.0 Tutorial - How to create Django2.0 ToDo app in browser with PaizaCloud Cloud IDE

Django2.0 Tutorial - Here, we develop a Todo List application using Django2.0 on the PaizaCloud Cloud IDE. Following the instruction below, **you'll create and run the Django2.0 application just in 10 minutes.**

Laravel5.6: How to create Laravel app in browser with PaizaCloud Cloud IDE

Laravel5.6: How to create Laravel app in browser with PaizaCloud Cloud IDE

Alexa Application Development Tutorial in Ruby and PaizaCloud

Alexa Application Development Tutorial in Ruby and PaizaCloud

Google Home Development Tutorial with Ruby, PaizaCloud

Google Home Development Tutorial with Ruby, PaizaCloud

Create and Run Slack bot with Ruby on PaizaCloud Cloud IDE

We created and ran a Slack bot using Ruby on PaizaCloud. It is quite simple to create and run the Slack bot. It is fun to think how the Slack bot works, and improve the bot. Now, let's create your own Slack bot on PaizaCloud.

Creating Twitter bot with Ruby on PaizaCloud without setting up server

When we learned programming, we'll want to build some product and release it! It is actually the best way to learn coding, and feedback from others motivate us. In the sense, building Twitter bot is the best fit. **Writing Twitter bot prog…

Jupyter Notebook online in 3 seconds with PaizaCloud Cloud IDE

(English article is here) Hello I'm Tsuneo(@yoshiokatsuneo). Python is one of the most popular programming languages for data processing, Web service, Web scraping, or creating bots. Nowadays, Python is getting more popular for machine lea…

Advantages of Developing Apps with MEAN Stack

@import url('https://themes.googleusercontent.com/fonts/css?kit=dpiI8CyVsrzWsJLBFKehGpLhv3qFjX7dUn1mYxfCXhI');.lst-kix_h51hkcbf66t0-4>li:before{content:"\0025cb "}ul.lst-kix_h51hkcbf66t0-4{list-style-type:none}ul.lst-kix_h51hkcbf66t0-3{lis…

Creating your PaizaCloud Cloud IDE Apps with HTML, JavaScript.

PaizaCloud is a browser-based web development environment running in your browser, where you can use like Desktop OS(Windows, Mac), and casually develop web applications. ** As it runs on the browser, you don't need to do the cumbersome ta…

Quick web development in browser using Ruby+Sinatra+PaizaCloud Cloud IDE!

it is not very easy to use especially for beginners because there are many things to know to use Ruby on Rails. Here comes Sinatra, yet another Ruby web application framework. Sinatra is a quite simple framework, so those who just learned …

How to create Ruby on Rails app in browser with PaizaCloud Cloud IDE

When starting Ruby on Rails, what's the most difficult thing? Ruby syntax, object-oriented programming, or web technology? Actually, the hardest thing is installing and setting up the development environment! You'll bump the issue like: - …

Using Docker is not risky. But, there are things to look out for.

(Japanese article is here.) (by Yoshioka Tsuneo, @yoshiokatsuneo at https://paiza.IO/) Docker is rapidly growing because it is a simple and easy-to-use lightweight virtual environments tool. But, because Docker has its own concept, and is …

Building a Q&A web service in an hour - MEAN stack development(3)

(Japanese article is here.) (by Yoshioka Tsuneo (@yoshiokatsuneo)) MEAN stack (*) is an all-in-one JavaScript-based web service development environment supporting front-end, back-end, and database development. A MEAN stack environment, Ang…

Building Twitter-like full-stack web service in 1 hour - MEAN stack development (2)

(Japanese article is here.) (by Yoshioka Tsuneo, @yoshiokatsuneo at https://paiza.IO/) In the previous article, I introduced a MEAN stack, Yeoman-based AngularJS Full-Stack generator, and explained how to install, run, edit, debug, and dep…

Building full-stack web service - MEAN stack development(1)

(Japanese article is here.) (by Yoshioka Tsuneo, @yoshiokatsuneo at https://paiza.IO/) Nowadays, it is getting hard to build web services because we need to use full-stack environment: browser(client) code for interactive UI, server code f…

10 Japanese Otaku information web sites

Photo by t-mizo (by Taniguchi Tomoka) We just started a new event ! Fusion of Programming and MANGA. Write code to get your own story !( https://paiza.jp/poh/enshura?locale=en ) マンガ版「俺の許嫁と幼なじみが修羅場すぎる」|paizaオンライン…

Data binding code in 9 JavaScript frameworks

(by Yoshioka Tsuneo, @yoshiokatsuneo at https://paiza.IO/) (Japanese article is available here.) The JavaScript frameworks comes every now and then. React.js, Ractive.js, Aurelia.js, and forthcoming Angular2 ! Each framework have their own…