Synopsis
Free style Software engineering talk.
Episodes
-
Episode 80 - MIME Sniffing
04/01/2019 Duration: 11minAny content served through HTTP “should” include meta data about its type. This is so the browser/client knows what to do with the content it receives. For example, if the content type header is an image the browser will preview it, if it is HTML it will render the markup and execute any javascript code. Content type however is optional and web masters sometimes don’t set it, which leave the browsers wondering about the content type it is consuming. So browsers had to implement parsing and “sniffing” techniques to detect the type of content when a content type header was not served. However, this caused security problems and attacks that we explain in this video! So to prevent sniffing, web servers can return X-Content-Type-Options: nosniff which opts out browsers from sniffing the content. Media type: https://en.wikipedia.org/wiki/Media_type#Common_examples Cheers! Hussein Nasser --- Support this podcast: https://anchor.fm/hnasr/support
-
2018 was a great year
31/12/2018 Duration: 01minThank you so much guys for a great year! I love you. -Hussein 2018 was a great year: Created, edited and posted 120 software engineering youtube videos with over 1.1 Million impressions Published 75 podcasts with over 8k plays Self Published a new GIS book Published two programming online courses #hustle --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 79 - Availability vs Scalability
31/12/2018 Duration: 20minThis is the final episode of 2018. We will discuss the difference between Availability vs Scalability in software services. Availability What does it mean for my software to be available? software, service, application is designed in way so it can be available to consumers despite situation Will your service be available if Host Failure Maintenance Upgrading Security updates Available doesn’t necessarily mean performant. Scalability What does it mean for my software to be scalable? The ability for the software to handle the increase of workload or data growth Assume photo sharing app, retrieving 1 photo with details. If in normal conditions you service can serve 100 requests per minute, will doubling resources double the output?u If the volume of data increases will your query still perform? A software is scalable when it is designed in a way so that adding more resources will handle more users --- Support this podcast: https://anchor.fm/hnasr/supp
-
Episode 78 - Geodatabase Talk - Subtypes
27/12/2018 Duration: 15minIn this episode we discuss the concept of subtypes in the geodatabase, subtype layers and much more! --- Support this podcast: https://anchor.fm/hnasr/support
-
Episode 77 - Authentication vs Authorization
22/12/2018 Duration: 08minIn this episode we discuss the difference between authentication and authorization. --- Support this podcast: https://anchor.fm/hnasr/support
-
-
Episode 75 - Arcade - The ArcGIS Scripting Language
13/12/2018 Duration: 07minIn this episode we discuss the ArcGIS scripting language Arcade. New to GIS? Checkout my books and courses here https://husseinnasser.com/books --- Send in a voice message: https://anchor.fm/hnasr/message
-
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