Compiled vs. Interpreted Languages – C++, Go, Haskell, Java, Python, JavaScript

When it comes to code compilation and execution, not all programming languages follow the same approach. One of the common although not ideal ways to differentiate them is to split them into 2 groups compiled and interpreted languages. Read more

Similar

Write your first AWS Lambda in Java

So far I have been writing Lambda function in Python for all my AWS projects . In Python its easy, just import boto3 module and starting coding. Things are bit different when you write Lambda handlers in Java. Lets explore and see how you can write ... (more…)

Read more »