Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/71/6d/64/716d64e2-f43f-c545-5b9b-1fc936a53387/mza_14288401522021791697.jpg/600x600bb.jpg
Code Conversations
ali heydari moghaddam
92 episodes
1 day ago
Code Conversations, is a podcast for software developers, engineers, and tech enthusiasts of all levels. Hosted by a seasoned developer with nearly 20 years of experience, each episode dives deep into the world of software development, exploring coding techniques, best practices, industry trends, and the stories behind the code. Whether you're a beginner or a pro, tune in to gain valuable insights, hear from industry experts, and join conversations that will help you stay ahead in the fast-evolving tech world.
Show more...
Education
RSS
All content for Code Conversations is the property of ali heydari moghaddam and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Code Conversations, is a podcast for software developers, engineers, and tech enthusiasts of all levels. Hosted by a seasoned developer with nearly 20 years of experience, each episode dives deep into the world of software development, exploring coding techniques, best practices, industry trends, and the stories behind the code. Whether you're a beginner or a pro, tune in to gain valuable insights, hear from industry experts, and join conversations that will help you stay ahead in the fast-evolving tech world.
Show more...
Education
https://d3t3ozftmdmh3i.cloudfront.net/staging/podcast_uploaded_episode/42148424/42148424-1760406093224-22ebcea6c5c8f.jpg
Next Generation Developer Platforms and Architectural Archetypes
Code Conversations
17 minutes 3 seconds
3 weeks ago
Next Generation Developer Platforms and Architectural Archetypes

Enterprise software development is currently facing immense executive pressure, driven by boards and CEOs demanding rapid innovation, especially utilizing AI, to increase productivity, save costs, and gain a competitive advantage, a significant shift from previous executive disinterest in issues like integration modernizations. Developers frequently encounter frustrations and delays, including the "age old disconnect" where their pursuit of new tools clashes with IT and Security's focus on uptime, reliability, and avoiding security breaches, leading to delays of months in realizing business value after writing working code. This inefficiency is exacerbated by the extensive time spent on environment setup, sometimes weeks, which the speaker suggests "should be illegal" given the cost of developer time. To address these challenges, modern tooling focuses on standardizing environments: GitHub Codespaces provides an ephemeral, standardized development environment (VS Code in the browser connected to backend compute) where mean time to onboard can be reduced to minutes, defined by a devcontainer.json file that specifies necessary dependencies; complementarily, Dev Box offers full, on-demand virtual machines based on team-defined templates, which are highly supported by security teams because they are built on existing tooling (like Windows 365 and InTune) and allow for customized security profiles that can exclude productivity apps (a common attack vector), helping one customer reduce environment setup time for .NET applications from over two weeks to three hours. Further accelerating delivery involves codifying Deployable Architectural Archetypes using the Azure Developer CLI (azd), a principle that dictates repositories contain source code alongside infrastructure-as-code (Terraform or Bicep) and CI/CD pipelines, ensuring critical elements like Key Vault and Azure Monitor are "baked in" from the start. This approach is key to engaging security, architecture, and infrastructure champions early, transforming them into innovation accelerators by incorporating their requirements into the blueprint templates, allowing deployment of full infrastructure and applications with simple commands like azd up. Ultimately, while tools like these, along with GitHub Co-pilot for Business (which securely boosts performance by 30% to 50%), help "grease the wheels," successful acceleration relies on ensuring the people and process are right, including having security champions on the team and deploying applications to secure, compliant Landing Zones.


Ref: https://www.youtube.com/watch?v=mTozV_eV4jQ&list=PL03Lrmd9CiGey6VY_mGu_N8uI10FrTtXZ&index=17

Code Conversations
Code Conversations, is a podcast for software developers, engineers, and tech enthusiasts of all levels. Hosted by a seasoned developer with nearly 20 years of experience, each episode dives deep into the world of software development, exploring coding techniques, best practices, industry trends, and the stories behind the code. Whether you're a beginner or a pro, tune in to gain valuable insights, hear from industry experts, and join conversations that will help you stay ahead in the fast-evolving tech world.