Skip to main content

Posts

Reactive and Component Frameworks for "Old Fart" Programmers

One of the great challenges for experienced developers when confronted with new concepts is being able to map one's existing knowledge to the new concept. As they say, there is nothing new under the sun, that is often more true for new development methodologies. Even when new jargon is brought to bear on new methodologies, often upon closer inspection you recognize that it is something that you already know that is being described in a new way (unfortunately sometimes in a convoluted way to make it seem new). Reactive/Component UI/UX frameworks are one such development, while their particular implementations may be new and novel, almost all of the underlying concepts are not new. This is hardly a thorough presentation of Reactive/Component frameworks, but rather an attempt to fill in some gaps for developers who have experience but might find themselves confused by some of these new kids on the block. The top 3 reactive component frameworks being React, Angular and Vue. Al
Recent posts

Introducing ConfigNode and more

After several months of work we're happy to announce some exciting news. ConfigNode This is a new product for Configuration Management built on top of the Solvent WebApps platform. It takes the smart object technology built into Solvent and productizes it for the purpose of configuration management. Learn more: http://codesolvent.com/config-node/ Git Integration There is now full Git support for source control. Learn more: http://codesolvent.com/doc/webapps/#source-control Multi-User Support The core Solvent WebApps platform now has robust support for multi-user deployment with support for collaboration between users. Learn More: http://codesolvent.com/doc/webapps/#multiuser-environment Lots of bug fixes and improvments.

The feds need to shutdown the bitcoin scam now.

I live in Baltimore, let's say I have some hypothetical friends who are always looking for a good hustle. Now imagine if my friends got together for a new get-rich-quick-scheme, the scheme is very simple. They invent something called cracken (bitcoins) that they start selling on a few blocks in Hamsterdam . The way you get crackens is to do laps around the blocks in Hamsterdam . Initially when the scheme was setup, you could get a whole lot of crackens by merely doing a few strolls around the block. Needless to say my friends made out like bandits, since, after all they created the scheme and could take advantage of the first-come-first-serve rules. Unfortunately for the rest of the hood, the number of laps required to get the same number of crackens keeps going up and after a while even the fittest folks in the neighborhood cannot do the lapse required to earn crackens. Cracken mania takes hold and infects the whole city. Those with crackens start trading these crackens f

Configuring Kubernetes with Solvent

We've recently been making the rounds showing how Solvent can help with tackling complex configurations often expressed in JSON or YAML. Kubernetes and other solutions that rely heavily on declarative configurations are ideal candidates for Solvent. Demo to the Kubernetes SIG Apps group Demo to the Kubernetes Community There is an online demo; for anyone who wants login info send an email to ekemokai using google's email service.

Say hello to Solvent

We've changed the name of the platform from HiveMind to Solvent. The idea behind the HiveMind name was that the platform is meant to rely on components built by developers across the web to enable the quick composition of web applications.  HiveMind is not a bad name and in fact has proven to be quite catchy, however we think a more evocative name would work better. We've spent time toying around with different names, we were not interested in a meaningless word so the name needed to be a real word that has meaning that could be tied to what the platform is, it also needed to have a nice ring to it. To that end, we settled on Solvent. The Wikipedia definition:  A solvent (from the Latin solvō , "loosen, untie, solve") is a substance that dissolves a solute (a chemically distinct liquid, solid or gas), resulting in a solution . We think this fits nicely with the platform as one for helping businesses quickly develop software solutions to help with thei

What happened to sharing work with other developers?

There was a time when you could create something interesting and post it to a forum with programmers and actually get people interested in what you have. These days it seems short of being blessed (exactly by whom, only god knows) on HackerNews there is little chance you can get anyone's attention. It is difficult to say precisely what the issue is because it seems multifaceted. It appears a combination of the rise of GateKeepers, perhaps cynicism inspired by the rise of GateKeepers and just a general overload of information has coalesced into a very difficult situation for those of us still daring to create without a VC backed turbo to charge forward with. Over the past 5-8 yrs I have become quite dishearten by this loss of a genuinely curios developer community, or maybe I am just an old (36) fart who's been left behind. Even tenure in certain communities doesn't count for anything anymore. I have been a member of HackerNews for 8.5 yrs and have only had 3 or 4 of

Managing configurations with object graphs

*** This post is basically a pitch I send to folks whom I think will be interested in a modern approach to configuration management. I am posting it here so I can refer people to it without sending them a long email. *** One of the features of the Solvent (formerly HiveMind) platform is a smart object technology that solves the problem of dealing with hierarchical configuration information often represented in formats Like YAML,JSON, Java Properties,XML...etc The smart object technology allows developers/users to directly construct object graphs of any complexity. Once you have the actual object graph you can reverse the process back to representation in any one of the formats mentioned above.   I have setup a demo instance for trying it out @ http://demo.crudzilla.com:7000 Login with login info I sent you. Be nice, you have full system access :) To see an example representing the AWS IP list ( https://ip-ranges.amazonaws.c om/ip-ranges.json ): Navigate to: /com/c