Synopsis
Free style Software engineering talk.
Episodes
-
Episode 74 - Short vs Long Geodatabase Transactions
09/12/2018 Duration: 06minWe discuss the difference between short and long transactions in the geodatabase --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 73 - Consistency
07/12/2018 Duration: 04minWe discuss consistency in this episode --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 72 - The Evolution of the Feature Service
06/12/2018 Duration: 17minIn this episode I talk about how the feature service came to be. From local shape files through the enterprise geodatabase to the beautiful HTTP protocol services. Https://husseinnasser.com --- Support this podcast: https://anchor.fm/hnasr/support
-
-
Episode 70 - What is Back-end Development ?
26/11/2018 Duration: 08minIn this episode I explain the backend development, its history, how it came into existence and where it is going. I also share with you my latest online course Python on the Backend. http://www.husseinnasser.com/courses --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 69 - The Beauty of HTTP
24/11/2018 Duration: 06minWe discuss the HTTP protocol and explain its elegance and how it is powering the microservices architecture. --- Support this podcast: https://anchor.fm/hnasr/support
-
Happy Thanksgiving!
22/11/2018 Duration: 36sHappy Thanksgiving! --- Support this podcast: https://anchor.fm/hnasr/support
-
-
Episode 67 - Pull, Push and the Long- Poll
16/11/2018 Duration: 10minIn this episode we discuss the difference between the HTTP client pull, server push and the long poll also known as #HTTP ASYNCHRONOUS polling. --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 66 - YouTube Audio and Video Streaming in the mobile app
16/11/2018 Duration: 06minAs a software engineer, I like to reverse engineer applications and see how it was made. This episode we discuss how YouTube handles audio vs video streaming. When you minimize the app, --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 65 - ArcGIS Server Talk - 6080
14/11/2018 Duration: 08minPort 6080 is interesting, we talk little bit about it in this episode. --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 64 - ArcGIS Server Talk - When to use Sync vs async gp service?
12/11/2018 Duration: 07minIf you go to the geoprocessing service in Manager you might have noticed that there is an option to run asynchronously. In this episode we explain when you might want to do this! --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 63 - Geodatabase Talk - SDE Intercepts
11/11/2018 Duration: 12minSde intercept Any operation performed on ArcGIS ends up eventually to the geodatabase as a set of one or more queries. A “zoom-in” or pan operation translates to multiple queries to the underlying geodatabase. SDE intercepts always you to intercept and take a look at those queries to diagnose slow operations in your enterprise geodatabase. It also helps pinpoint where the bottle neck is and how can you optimize your app or geodatabase. https://support.esri.com/en/technical-article/000010355 --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 62 - Load Balancer vs Reverse Proxy
05/11/2018 Duration: 09minMost of the time a Load balancer is a reverse proxy but a reverse proxy is not necessary a load balancer. Reverse proxy takes a request from client and forward it to “a server” doesn’t care of the server is overloaded or down or not just forwards it. Load balancer stores state about each server behind it, how overloaded each server is, and what server is down, and smartly forward request to a server to balance the load across all the group. So a load balancer is a special case of a reverse proxy but smarter! --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 61 - ArcGIS Server Talk - Max SOC Heap Size
30/10/2018 Duration: 17minWe discuss the max heap size property on the arcgis server admin. Enjoy --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 60 - ArcGIS Server Talk - Database Schema Lock
29/10/2018 Duration: 07minIn this episode of arcgis server talk we discuss the database schema lock option in manager. Advantages and disadvantages of having your service acquire a lock. --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 59 - Geodatabase Talk - Split
28/10/2018 Duration: 11minWe discuss how split work, the split policy on the domain and the split editing model. --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 58 - The Art of Software Troubleshooting
20/10/2018 Duration: 13minIn this episode of #softwaretalk we discuss the art of software troubleshooting. We can become better software engineers by aiming to excel at our craft. Not just find a bug, but track its cause. Not just find a bad performing workflow in the app but find out what causes the performance bottleneck. Do the due diligence. Enjoy this episode guys www.husseinnasser.com --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 57 - ArcGIS Server Talk - ApplyEdits
19/10/2018 Duration: 09minIn this episode, we talk about applyEdits method on the feature service REST API. Enjoy Grab my Administering ArcGIS for Server book and learn more about Installing and configuring ArcGIS for Server to publish, optimize, and secure GIS services. http://husseinnasser.com/books --- Send in a voice message: https://anchor.fm/hnasr/message
-
Episode 56 - Geodatabase Talk - Undo edits through services
15/10/2018 Duration: 08minIn this episode we discuss how using the new ArcGIS Server version management service we can undo edits even after the service goes down! --- Send in a voice message: https://anchor.fm/hnasr/message