Fork me on GitHub
#off-topic
<
2019-05-14
>
dangercoder08:05:50

Anyone with experience in micro front-ends? How did it work out for you?

jaide23:05:58

I haven’t implemented it yet but I am working on pushing our codebase there. The value of being able to try new technologies, upgrade outdated libraries, and potentially bring in ClojureScript seems far too valuable of an opportunity to pass up.

Kari Marttila08:05:18

A short gallup regarding which is the most favorite cloud platform among clojurians? I have done work both in Azure and AWS side and there are good Clojure libraries for AWS but not that many good libraries for Azure - that would suggest that AWS. How about GCP? Do clojurians use GCP a lot and are there good Clojure libraries for GCP? I'm planning to learn GCP and make some entry level certification there as well (currently having 3 AWS certs and 1 Azure cert).

fellshard13:05:18

Azure has other systemic, design, documentation, usability, and stability issues; the sum total is that I'd keep far away if you can.

richiardiandrea15:05:27

Keep far away from Azure is my recommendation as well. We tried to build an Azure function product on it and failed miserably

gklijs19:05:10

A (frontend) colleague is very happy with Azure, especially for ci/cd, it probably depends on the use case.

richiardiandrea20:05:47

the worst thing for me is CI/CD 😄 In particular, there is still an issue open on introducing caching of dependencies

orestis08:05:21

Has the certification proven to be useful?

devo13:05:38

Certifications are part of the requirements for a company to become a partner via APN: https://aws.amazon.com/partners/

Kari Marttila17:05:52

Yep. Read my comment below.

orestis08:05:02

I’d like everyone on our team (me included) to go through the learning part of the AWS certification, but not sure if actually taking a test makes any difference in the long run?

valtteri08:05:32

Probably the best thing with the exam is that it forces you to study the services you haven’t used yet.

valtteri09:05:21

It was older edition though. Haven’t looked into this one.

valtteri09:05:15

It seems like the new edition has dropped the word “Official” from the title. :thinking_face:

orestis11:05:14

And it’s written by different people

valtteri09:05:59

I’ve used AWS and Heroku a lot and done some random stuff with Azure and IBM BlueMix/SoftLayer/WhatEverItIsNowadays. My go-to choice is AWS if doing something that requires custom infrastructure, complex integrations or private / hybrid cloud. If I was building just a webapp I’d probably use Heroku since it’s more narrowly focused (PaaS) and it provides great developer experience with close to zero need to fiddle with the infrastructure.

valtteri09:05:42

I’ve also used AWS for building ‘serverless’ applications using Lambda and ClojureScript and it works great.

valtteri09:05:30

Heroku btw has official support for Clojure apps (using leiningen) https://devcenter.heroku.com/articles/getting-started-with-clojure?singlepage=true

Kari Marttila17:05:20

I have used quite a lot of AWS: EC2, ECS, AWS Batch, RDS, Redshift, Kinesis, Lambda etc. I actually implemented one reporting application using Clojure and baked the Clojure app into a Docker container and triggered the nightly report processing using AWS Batch (which used Docker container). I personally like AWS more than Azure but I have done Azure as well.

Kari Marttila17:05:26

Regarding certifications: if you are working in big corporations (like I am) they usually tend to make you go to certification exams for a few reasons. Corporation doesn't get premium partnership with the cloud provider if the corporation doesn't have a certain amount of certified specialists. Another important reason are tenders - usually in the requests for tenders the customers require that the tender names a few certified specialists that are coming to the project. So, for these reasons there often are certain incentives for specialists who study the material and take the certification exam. A couple personal reasons to take the certification exams are: as someone already mentioned you need to study the most important services, also those ones you haven't used before, the certification gives a nice target for your cloud studies, the certification is at least some kind of proof that you know at least the basics of the cloud you certified, and the most important reason is that the certifications are personal - you take them with you when you move to another company (or unit).

💡 1
Kari Marttila17:05:37

Next I'd like to study GCP and make some entry level certification for it. And also it would be great to have a chance to work in some GCP project and use Clojure there!

Kari Marttila17:05:17

And regarding Infrastructure as Code - I have used both CloudFormation and Terraform in the AWS side (and some ARM in the Azure side). Terraform is my choice of IaC tool. If you are interested I have written some blog posts regarding my experiences in the cloud world: https://medium.com/@kari.marttila

👍 4
john20:05:44

Argument: Thread interruptability is a functional anti-pattern

john20:05:43

If really necessary, perhaps interruptability should be constrained to one source of truth for a given thread, for at least a given time