Search
197 results for “noordsestern”
-
@noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.
-
@noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.
-
@noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.
-
@noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.
-
@noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.
-
I generated a #humanitec client in #python from the official #openapi spec (version 0.24.1). It required fixing as the specification was incomplete and #swagger-codegen has a bugs in its python generator. I am unsure about the feasibility, but will maintain this #gitlab project for now.
If you are into #platformengineering and #devops and you like to orchestrate your #platformorchestrator with Python, you may try this #opensource client.
https://gitlab.com/noordsestern/unofficial-humanitec-client -
@noordsestern Client code generators are only 90% right because a) most generator efforts have been poorly funded b) many people who try writing them only understand 90% of OpenAPI c) they try too hard to meet everyone's style preferences.
We're trying to get to 100% with #kiota https://aka.ms/kiota but it is hard work. There are things we could change in OpenAPI to make it easier. -
With the help of #mustache templates you can create #score specifications for cronjobs that run at times with the least amount of carbon emissions. This example shows a step by steop guide using the carbon aware computing API by #bluehands deploying the cronjob to #humanitec
#greenit #opensource
https://noordsestern.medium.com/carbon-optimized-cronjobs-in-score-5838d07aab42?source=rss-423c4993415------2 -
I tried #score from https://score.dev and quite like it.
I miss an option to parameterize specifications. Luckily, #Mustache templates work for everything. Here is an example how to template #score-spec with #chevron (#python implementation of mustache)
https://noordsestern.medium.com/using-mustache-for-parameterizing-score-definitions-d5153a72fed0
-
Deploying #camunda with #humanitec
https://medium.com/@noordsestern/part-3-deploy-camunda-7-with-humanitec-52cf12580689
My own project trying out Humanitec gets bigger - and requires a process orchestrator. So I looked in to deploying my favorite. Luckily it was even easier than I had expected.
-
In order to learn the benefits of #internaldeveloperplatform I started using #humanitec for my own little project.
Since I prefer #gitlab I connected my gitlab #ci and container registry with Humanitec in order to deploy custom images as workload.
Here is a little summary in form of a #howto : https://noordsestern.medium.com/part-2-connect-your-gitlab-registry-with-humanitec-240efecf4f01
-
As a software developer who "just wants things to work" the concept of #platformengineering and internal developer platforms (#idp) were hard to grasp before I joined #Humanitec
Despite learning the tool inside out I need to try it out myself in order to truely understand.
So I started to use #humanitec privately. As lonely #developer who spend his sparetime writing littls apps that need to run on cloud.
I share my personal experience on my blog:
https://noordsestern.medium.com/start-playing-with-humanitec-db8e04de3fca
-
@MarkCodesTheWeb
I am glad you asked 😀 I do #blog occasionally about #opensource based #processautomation mostly based on #robotframework and #camunda . Flavored with some other stuff I learn like running #eos on my old samsung mobile. -
Noordse stern...
De #roeibaan in de #Eendragtspolder en het Rottermerengebied bij #Zevenhuizen is een ideale locatie om dit soort sterns tegen te komen.
Ditmaal de #NoordseStern in mijn #achtertuin Het is een echte trekvogel, die broedt op het noordelijk halfrond en overwintert op het zuidelijk halfrond. Ieder jaar vliegt hij zo'n 70.000 km.
In Nederland is hij een zeldzame broedvogel, en komt hij wel tijdens de trek soms langs. Hij komt voor in het gehele Arctische en Antarctische gebied.
-
Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.
-
Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.
-
Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.
-
Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.
-
Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.
-
Great thing about online conference is that you can try out immediately what you learn during the live stream.
-
Last tech talk of #robocon
Automating desktop applications with PlatynUI presented in #RobotFramework by Daniel Biehl
With new rust kernel it can be installed via pip by next release :
-
@BartV
I don't use n8n, yet (but want to at my Homeserver)If I get it right, robot framework is used to create custom connectors like in the screenshot
#robotframework has keywords to access basically any API or interface (and reporting and listener API etc ).
The example opens a website, takes a screenshot and the "Log" keyword gives the it to the n8n process.
And the next node (default AI connector from n8n) uses that screenshot as input
-
Day 2 at #robocon
Integrating #robotframework in to #n8n
Similar to the approach that Camunda took, but without rpaframework legacy.
Looking forward to talk to Namik in the next break and discuss a few ideas like LSP integration or different Syntax for tasks.
-
I don't recall what I actually said. 30 minutes in stage passed in an instant!
I tried to convey different approaches how to use (and support) open source.
I have to wait until the recording to learn what I said.
But getting the full community love afterwards is worth the stage panic minutes before the talk. 💕
-
Creating test suites is like baking #pancakes
-
#robocon is also time to meet old friends and exchange presents. I am very bad at the latter as it never occurs to me I had something special to give away.
But I am very touched how thoughtful people choose gifts for me 🩵
-
Talk by #teamscale :
With research on your test base, you can visualize test clusters that overlap and identify test cases adding most coverage to the run.
For testing the approach, you need to create bugs for testing tests using an old friend: mutation testing
At #robotframework code base running only 25 % of all test cases would still find 70 % of bugs.