Business Process Modeling in Goldman Sachs @ JJUG CCC Fall 2017tty fky
?
This is a presentation to talk about business process modeling in Goldman Sachs which presented in Japan Java User Group Cross Community Conference Fall 2017.
Git rebase rewrites commit history by cutting commits from one branch and applying them to another branch, changing the commit IDs. This cleans up history but can cause issues if commits are pushed. Git merge keeps the original commits and adds a merge commit, keeping full history but potentially cluttering it. Rebase is best for local branches before pushing, while merge is better for integrating public branches to avoid rewriting shared history.
Business Process Modeling in Goldman Sachs @ JJUG CCC Fall 2017tty fky
?
This is a presentation to talk about business process modeling in Goldman Sachs which presented in Japan Java User Group Cross Community Conference Fall 2017.
Git rebase rewrites commit history by cutting commits from one branch and applying them to another branch, changing the commit IDs. This cleans up history but can cause issues if commits are pushed. Git merge keeps the original commits and adds a merge commit, keeping full history but potentially cluttering it. Rebase is best for local branches before pushing, while merge is better for integrating public branches to avoid rewriting shared history.
Fukuoka.NET #9 material:
This is the material written about Xamarin with Entity Framework Core.
Changed url of sample codes on Github.com
https://github.com/tafuji/Xamarin-EFCore-1.1.5
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT