[JAVA] Matters worked on in the November 2017 study session

This is an introductory article about the matters tackled in Nagoya.Swift + November Study Session --connpass.

Contents

  1. Swift
  2. Web development

Swift

At that time, no one thought that this would be the most enjoyable content ...

tutorial

Some of the official Apple ones. There is a huge amount of Guides and Sample Code ...

There were many Japanese ones on iBooks.

Library

You introduced the form creation library for iOS. It looks really good.

To be honest, I was surprised that I was using RxSwift. A library that supports Reactive Programming in cooperation.

design

There was a debate about what a clean architecture is. This is the hottest content.

Next time, I will work on "what kind of implementation will it be?"

Web application development in Java

I was working on web application development with Java (JSP) + MySQL + HTML (HTML + JS + CSS) configuration.

MySQL installation

I was addicted to installing MySQL on macOS to build the above environment. I can't log in to the DB, I can't uninstall it, and I can't call it even if I reinstall it with Homebrew. As a result, I started and installed a virtual machine with Vagrant. The virtual environment is strong.

Next time preview

Next time is scheduled for Saturday, December 16th.

Recommended Posts

Matters worked on in the November 2017 study session
I tried to organize the session in Rails
[Ruby on Rails Tutorial] Error in the test in Chapter 3
Display the list in setDetails on the screen with spring-security