This page provides links for my DDD talk.
All images in the talk were thanks for UnDraw.
Note: The short Amazon urls are affilate links however you can copy the titles to search if you prefer.
This page provides links for my DDD talk.
All images in the talk were thanks for UnDraw.
Note: The short Amazon urls are affilate links however you can copy the titles to search if you prefer.
'https://www.howtogeek.com/709523/how-to-create-a-progress-bar-in-microsoft-powerpoint/ | |
Sub ProgressBar() | |
On Error Resume Next | |
With ActivePresentation | |
For X = 1 To .Slides.Count | |
.Slides(X).Shapes("PB").Delete | |
Set s = .Slides(X).Shapes.AddShape(msoShapeRectangle, _ | |
0, .PageSetup.SlideHeight - 2, _ | |
X * .PageSetup.SlideWidth / .Slides.Count, 2) | |
s.Fill.ForeColor.RGB = RGB(135, 206, 235) |
Team Links | |
https://web.devopstopologies.com/ | |
https://medium.com/@jeffkole/the-fallacy-of-the-speed-cost-quality-trade-off-fdcd83b1c2a5 | |
https://firstround.com/review/how-to-spot-and-magnify-the-powers-of-your-engineering-superheroes/ | |
https://firstround.com/review/give-away-your-legos-and-other-commandments-for-scaling-startups/ |
##Micro Game Engines And Boilerplates##
http://ox2d.com/
https://github.com/Gozala/selfish
https://github.com/michalbe/mibbu
https://github.com/ooflorent/js13k-boilerplate
##Sound and Music## http://sb.bitsnbites.eu/
A list of the main windows developer tools I use.
##Free Tools##