Powerful concept: FunctionMap
This idea comes from JavaScript when there were no classes yet as there are now in ES6. You would write something like this:
Making code ninjas out of everyone
This idea comes from JavaScript when there were no classes yet as there are now in ES6. You would write something like this:
This article concerns Web Components, Mozilla, Google and something GitHub created called Catalyst touching on ideas and that sometimes pride can get in the way of good things.
As I was looking out the skylight to a grey sky contemplating life after a spectacularly splendidly result obtained by Joe Biden that indeed gives us hope that the Western civilization has hope of surviving. Content for another post entirely. A thought occurred to me, whilst I was musing away. One about religion and evolution, brains and conspiracy theories.
Back in the day of mainframes and the like, there was a need for a technician that did maintenance on the computers in question. Just like you have need for mechanics that do the maintenance and the fixing of your automobiles. This grew out into a full time position called system administrator or sysadmin. So then came the containerised era and the whole DevOps movement.
To be honest I have no idea what you can do with the following pattern and if it is good at all. It just a thought I had and it felt like there was something there, so I decided to write it down. Hopefully you can use the following pattern for something.
This post is about why you want immutable objects and how to achieve that in various ways. I specify the language as Java this time because I want to showcase the Quarkus framework. This pattern can be used in any language and framework combination using the tools available in that language of course.
So this post touches on some Python concepts in async/await territory. I will not cover event loops nor how to interact with them, but something I uncovered/unearthed in a quest to make something work that was synchronous only. I will use the word async which itself is a shortening of the word asynchronous.
Shadows whispering Dark thoughts slithering Into hidden recesses Of the subconscious Planes of inaccessible Existence
So recently I had the opportunity to make a proof of concept (PoC) in the Go language to share with some fellow developers. They are mostly Java developers and therefore I decided to make the PoC a MVC style REST API that returns JSON with a single Entity for now.