How To Build a Serverless CI/CD Pipeline On AWS

How To Build a Serverless CI/CD Pipeline On AWS” is a nice guide to some of the newer Amazon AWS services, targeted at developers and DevOps. It shows how to tie together the following:

  • Amazon EC2 (server instances)
  • Docker (containers)
  • Amazon ECR (Elastic Container Registry)
  • Amazon S3 (storage)
  • Amazon IAM (Identity and Access Management)
  • Amazon CodeBuild (Continuous Integration)
  • Amazon CodePipeline (Continuous Delivery)
  • Amazon CloudWatch (monitoring)
  • Amazon CloudTail (logs)

The examples in the article are for setting up the CI/CD pipeline for .NET, but they are easily adoptable for other development stacks.

Microsoft Visual Studio for Mac and Linux


visual studio linux

The Next Web reports:

Today at Build, Microsoft unveiled its first version of Visual Studio for Mac and Linux.

The new tool, called Visual Studio Code, makes it easy to develop .NET code along with many other programming languages on Linux based systems.

It’s monumental for Microsoft as it marks the first time the company has ever made Visual Studio cross-platform, truly embracing those that it’s previously feuded with.

 




You can certainly build open source software in .N…

You can certainly build open source software in .NET. And many do. But it never feels natural. It never feels right. Nobody accepts your patch to a core .NET class library no matter how hard you try. It always feels like you’re swimming upstream, in a world of small and large businesses using .NET that really aren’t interested in sharing their code with the world – probably because they know it would suck if they did, anyway. It is just not a native part of the Microsoft .NET culture to make things open source, especially not the things that suck. If you are afraid the things you share will suck, that fear will render you incapable of truly and deeply giving back. The most, uh, delightful… bit of open source communities is how they aren’t afraid to let it “all hang out”, so to speak.

So as a result, for any given task in .NET you might have – if you’re lucky – a choice of maybe two decent-ish libraries. Whereas in any popular open source language, you’ll easily have a dozen choices for the same task. Yeah, maybe six of them will be broken, obsolete, useless, or downright crazy. But hey, even factoring in some natural open source spoilage, you’re still ahead by a factor of three! A winner is you!

Jeff Atwood




KDevelop vs. Microsoft Visual Studio .Net


This article at NewsForge.net compares KDevelop and Microsoft Visual Studio .Net. It suggests that KDevelop is an often better option, even though it still has a few sharp edges waiting to be rounded. This review is mainly based on functionality needed for C and C++ programming.

I myself don’t use neither KDevelop, nor Microsoft Visual Studio .NET thus I can’t really say if the article holds any water. But more publicity can’t hurt KDE project, so I decided to link to it. Let me know what you think about the review. Even though I use Vim practically for all my programming, I am still interested in other IDEs and editors.