Recent Posts

less than 1 minute read

2 minute read

[Ruby] Ruby standard input

2 minute read

Introduction This time I often use standard input for programming problems, so I’ll leave a note. The language used is Ruby.

Entrée standard Ruby

2 minute read

introduction Cette fois, j’utilise souvent l’entrée standard pour des problèmes de programmation, donc je vais laisser une note. La langue utilisée est Rub...

[Java] Termes de base en programmation

2 minute read

Journal d’étude de programmation 4 novembre 2020 Je réétudierai Java à partir de zéro pour examen. Alors, examinons d’abord les termes de base.

Create a new app in Rails

less than 1 minute read

As a memorandum, I will summarize the procedure for creating a new application with Rails.

[Java] Break the Spring-Session session

2 minute read

Introduction Have you ever wanted to disconnect a particular session of your web application from the outside? “Dangerous guy found! Disconnect for the tim...

[Swift5] Comment créer un écran de démarrage

1 minute read

Qu’est-ce qu’un écran de démarrage? L’écran qui apparaît lorsque vous lancez l’application est appelé écran de démarrage ou écran de lancement. Dans l’appli...