#dzbank #frankgehry #berlin #architecture #design #germany #arquitectura #diseƱo #alemania (at Berlin, Germany)

seen from Malaysia
seen from Malaysia

seen from France
seen from Netherlands

seen from Malaysia
seen from China
seen from Russia
seen from United States
seen from China
seen from Sweden
seen from China
seen from United States
seen from United Kingdom
seen from United States
seen from China
seen from China

seen from United States
seen from China
seen from Philippines
seen from China
#dzbank #frankgehry #berlin #architecture #design #germany #arquitectura #diseƱo #alemania (at Berlin, Germany)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
The bright atrium of the DZ Bank by Frank Gehry. The typical shapes of the canadian architect are reproduced in glass and steel. . . . #berlin #dzbank #gehry #architecture #design #atrium #glass #steel (presso DZ Bank building)
DZ Bank Secrets to Developer Efficiency Cloud Workstations
Experience with developers is highly valued atĀ DZ BANK. The development environmentāsĀ security profileĀ shouldnāt be jeopardised, though, at the same time. Google Cloud started a mission to significantly improve both Cloud andĀ DZ BankĀ security posture and the developer experience as part of DZ Bank cooperation with Google Cloud. Hereās how Google Cloud used Cloud Workstations to accomplishĀ DZ BankĀ objectives.
Lack of emphasis on developer experience
In the past, there was no common method for automating project setup and developer environments. The onboarding process for new developers might take days or weeks, depending on the complexity of the project. They had to manually set up their projects, which required them to comb through numerous internal documentation sources, provision infrastructure, and speak with colleagues when they encountered problems. This was a considerable amount of labour that ought to be automated.
Moreover, the developers didnāt have a prescribed method for obtaining specific container tools, such as Docker runtime and the tooling around it. Consequently, a great deal of teams were operating independently and not exchanging best practices for production. Standardising development environments is essential to better understand security posture and to give transparency about the tools and frameworks that development teams are using. It desired the ability to regularly check tools for potential vulnerabilities and to have control over which tools developers use.
Workstations in the cloud to the rescue
Cloud WorkstationsĀ offer a simple solution to standardizeĀ DZ BankĀ development environments because they are a fully managed service. Without putting in additional work, it can use predefined base images to handle infrastructure, OS patches, and security patches. Additionally, users can redirect traffic between ports on a local machine and ports workstation without exposing it to the internet by directly accessing Workstation tools via SSH (or any other TCP protocol). It is able to encrypt resources with a customer-managed encryption key thanks to CMEK support.
Furthermore, Cloud Workstations facilitates persistent discs, which let they store data in between sessions, and offers multiple base images with preset Integrated Development Environments (IDEs) that are frequently used by developers. These base images provide support for Docker-in-Docker and can be further customised. For workstation setups, Google Cloud might install JetBrains IDEs or other standardised IDE extensions and plugins.
It also have a lot of alternatives with Cloud Workstations to help DZ Bank expedite the developer experience. To provision resources and permissions for Cloud Workstations, for example,Ā DZ BankĀ can use the infrastructure-as-code toolĀ Terraform. This allows DZ Bank to automate the configuration of the entire development environment. In order to speed up startup times and enable engineers to get started more quickly, DZ Bank also set up a series of pre-warmed workstations. Additionally, inactivity time limitations can be set, which will cause workstations to automatically shut down after a predetermined amount of inactivity. DZ Bank have also managed itās expenditures by using Cloud Workstations, where you just pay for workstation uptime.
DZ BANK architecture for deployment
Image credit to Google Cloud
Google Cloud operate DZ Bankās workstations within DZ Bankās secure Google Cloud landing zone, or deployed cloud environment, in a private workstation cluster with private IP addresses within a sharedĀ VPC network. There are two Private Service Connect (PSC) endpoints needed to access the workstation cluster and private network:
Workstation clusters with a private gateway by default construct a PSC endpoint to connect the control plane to workstations in DZ Bankās private network.
An extra PSC endpoint that facilitates connections between developers and desktops within DZ Bankās VPC. In DZ Bankās privateĀ DNS zone, it additionally establish a DNS record for the workstation domain using the IP address of this PSC endpoint.
Ongoing input from developers
After gaining access to DZ Bankās Cloud Workstations within the Google Cloud landing area, it proceeded to modify them to suit their needs. Using the preset basic images that the Cloud Workstation team provided, it produced DZ Bankās own unique Docker images, which featured the following:
A centrally located proxy configuration
A package and tool download artefact server that is routinely inspected by the cyber security team
Package manager configurations particular to a language (e.g., mvn, pip, npm, etc.)
Additional standardised tools according to project requirements and programming language
Pre-installation and IDE plugin and extension upgrades carried out automatically
Repositories of the OS package manager that are accessible via the artefact server (i.e., without internet connectivity)
An automated setup of the environment that includes the Java Keytool, Git certificates, IDE setups, and other standard environment variables
X11 enablement utilising SSH, so that the developers can also access GUI apps, such as tools for UI testing
Certain bash scripts
Additionally, it carried out several proofs of concept with differentĀ DZ BANKĀ development teams, each of which represented a distinct set of issues and tooling environments. It further enhanced and tailored DZ Bankās Cloud Workstations environment based on their input.
Project-specific customisations are one instance. Even while standardised images cover the majority of developer needs, some requirements like project-specific tools and environment variables cannot be included in the standardised images. It utilise bash scripts to customise images on startup in order to automate tasks.
ItĀ generate a unique workstation.yaml file for every project, with all the necessary automation commands, and we double-check it in DZ Bankās Git repository. DZ Bankās script is a bash script that searches for this file at startup of a Cloud Workstation and executes the commands found within. This enables them to fully automate the setup of DZ Bankās projects, allowing a fresh developer to contribute from the outset.
A cloud workstation orderĀ CI pipelineĀ was also developed by DZ Bank. Itās Git repository houses the custom image code, which, when committed, starts a continuous integration process. This pipeline produces all the necessary container images depending on the hierarchy of images provided in DZ Bankās Dockerfiles.
Docker images are inspected for vulnerabilities according to Google cloudāsĀ cyber securityĀ requirements and pushed into an Artifact Registry of DZ Bankās Google Cloud project allocated for testing by DZ Bankās testers and developers. Following a successful scan and testing process, photos are combined and put into production.
Developers can place internal orders for Cloud Workstations using an automated procedure that starts DZ Bankās order CI pipeline and installs all the appropriate permissions and infrastructure. No more looking in documentation is necessary! In order to further empower and expedite DZ Bankās devs, they are excited to investigate intoĀ AI-enabledĀ code development now thatĀ Gemini CodeĀ Assist powers Cloud Workstations.
Learnings
Itās collaboration with Google Cloud and the use of Cloud Workstations has made it possible for it to greatly increase the development productivity of bank teams.
āBefore Cloud Workstations, onboarding new devs took a week, but now it only takes one day. The cloud-native development environment is fully automated, safe, and standardised, allowing developers to begin working on the code base right away. The qualities of automation and standardisation make development easier. ā Gregor Otto Milenkovic,Ā DZ BANKĀ AG Product Owner
Along the road,Ā DZ BankĀ picked up a lot of knowledge that may be helpful for your own travels:
In order to arrive at a solution that pleases all parties involved, the ongoing developer feedback cycle is essential.
Itās essential to strike the right balance between the freedom provided to developers and the environmentās security requirements.
Bank Customer Engineers and theĀ Product EngineeringĀ team are instrumental in seeing projects through to the end.
This Bank had regular touch with them to answer itās concerns, report bugs, and feature requests.
Automate everything and eliminate toil!
Read more on govindhtech.com
Germanyās second-largest bank, DZ Bank, is set to pilot cryptocurrency trading this year, as reported by Bloomberg. In an interview, CEO Jƶrg Hessenmüller revealed the bankās plans to offer clients a secure and reliable way to invest in digital assets. To facilitate the trades, DZ Bank has partnered with an external service provider, although the [ā¦]
DZ Bank to Offer Safe Cryptocurrency Trading for Investors #cryptocurrencytrading #DZBank
#dzbank #almanya #rusya #nft https://www.instagram.com/p/CdGnZikq10W/?igshid=NGJjMDIxMWI=

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
#DZbank #lobby āThe form of the #fish is the best example of movementā FrankGehry #pariserplatz (at Pariser Platz)
Inside #dzbank lobby #frankgehry (at DZ Bank)
Inside #dzbank lobby #frankgehry (at DZ Bank)