| 
	     You are here  | 
        csdcorp.com | ||
| | | | | 
            
              serverlesscode.com
             | 
        |
| | | | | ||
| | | | | 
            
              jeff.glass
             | 
        |
| | | | | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd | |
| | | | | 
            
              yasoob.me
             | 
        |
| | | | | Hi everyone! ?? I recently launched the release candidate of my Practical Python Projects book. There were a couple of unique issues I was facing and I decided to write about them and share how I got around most of them. This is not an end-to-end service implementation tutorial but rather a quick walk-through. I will show you most of the important bits and pieces of code for this service. If you are pressed for time, you can go to whatever section sounds interesting and start reading from there. | |
| | | | | 
            
              danielpecos.com
             | 
        |
| | | Purpose of this post is to providea glimpse of the new features included in Java 8 that shiftthis language towards a more Functional Programming paradigm. But before, let's define what we understand for Functional Programming (FP). Functional programming key characteristics include: Higher Order Functions Pure Functions and Immutability Tail Call Recursion Higher Order Functions for a FP language means that functions are considered first class citizens, allowing the programmer to use them as any other value the language defines, for example, a Function value: | ||