John Folberth

431 posts

John Folberth banner
John Folberth

John Folberth

@j_folberth

Dad | Runner? | Microsoft | 2x Azure MVP | DevOps | Educator | Cloud | MCT | #DevOps #Azure #MicrosoftLife

Grand Rapids, MI Katılım Ekim 2020
178 Takip Edilen211 Takipçiler
Sabitlenmiş Tweet
John Folberth
John Folberth@j_folberth·
Interested in learning more about cloud technologies, DevOps, and help improve community knowledge? Feel free to subscribe to my blog. blog.johnfolberth.com
English
1
2
4
0
John Folberth
John Folberth@j_folberth·
One week until @BeerCityCode. Come check out my session on the latest developer experiences in Azure. Walk trough real world development workflows and experiences encompassing DevBoxes, Azure Deployment Environments, MCPs, and GitHub Coding Agent. github.com/JFolberth/ai-i…
English
0
1
2
62
John Lokerse | Microsoft MVP
John Lokerse | Microsoft MVP@JohnLokerse·
@eddiejaoude I do! My blogs are documentation on how I have done things in the past or just to know how “something” works. Very handy! I recommend other people do this too, not only for yourself but for the community too.
English
2
0
4
66
John Folberth
John Folberth@j_folberth·
@housecor Azure Deployment Environments. Deploy your apps infrastructure in an ephemeral environment with the same IaC as prod. Started doing it for PRs to shift left. Then if need be, can reuse for integration into Azure Load Testing and other services.
English
1
0
2
61
Cory House
Cory House@housecor·
I'm curious - Who's doing development with just two environments? (dev and prod) Would love to hear your experience and approach. If you have more environments, why do you feel they're necessary?
English
185
4
366
79.5K
John Folberth
John Folberth@j_folberth·
Withing any DevOps process I have learned that over complication and unnecessary steps are typically the root of 90% of all pipeline issues.
English
0
0
0
31
John Folberth retweetledi
Beer City Code
Beer City Code@BeerCityCode·
🍻 Early bird pricing is up at beercitycode.com and ticket purchases are pouring in! Get yours now.
Beer City Code tweet media
English
0
2
2
82
John Folberth
John Folberth@j_folberth·
When separate, the time spent in coordination and management of processes is a waste in human capital and introduces multiple risks and complexities.
English
0
0
0
37
John Folberth
John Folberth@j_folberth·
To optimize on the success and speed of the cloud traditional solos need to be broken down. Teams have been successfully doing this for years.
English
2
0
0
51
John Folberth
John Folberth@j_folberth·
Just need to throw it out there again. In the cloud, if you aren't deploying and managing application code together with infrastructure code should reevaluate your process.
English
1
0
0
65
Cory House
Cory House@housecor·
@j_folberth I agree containers can simplify Not sure what sdk approach means in this context. Haven’t tried that Azure service
English
1
0
1
1.6K
Cory House
Cory House@housecor·
My preferred development workflow for 2024: 1. All devs have their own DB instance so we don’t conflict with each other. The DBs run locally, and can be reset via static SQL scripts via a single command. The SQL scripts are committed to source control. This way, we can code without internet, demo the app reliably, reproduce bugs, and write fast, reliable tests. 2. Create a short-lived feature branch for each ticket. Each pushed commit runs tests on CI. CI auto-deploys a dedicated ephemeral (short-lived) environment with a unique URL for each feature branch so people can test and approve *before* merge. Thus, no separate shared environments like UAT or staging are typically required. 3. When a PR is approved, we merge to main. The CI server auto-deploys the main branch to prod. If the feature isn’t ready for public use, hide it in prod via a feature flag.
English
56
31
448
61.6K
John Folberth
John Folberth@j_folberth·
@AzhaAmir @AzureWeekly This article was not created by Chat GPT. The image by Bing Image creator. Would suggest clicking the article before posting such an assumption.
English
1
0
0
26
John Folberth
John Folberth@j_folberth·
Putting together a new blog series around CI/CD for SQL Database developers.....does anyone know of any good version control introductions for data engineers I can reference? #SQL #git #AzureDevOps
English
0
0
1
103
John Folberth
John Folberth@j_folberth·
@svrooij Thanks! I have a stub in there to automate the security role creation/provisioning via CI/CD by SQL script in the repo. I will refer to this for more details!
English
0
0
0
17