Skip to main content

Idea Site

We have launched a new blog named Idea Site™. Idea Site™ is a software aims to help technology-related businesses by facilitating communication about innovative ideas.

Idea Site™ includes ideas related to developing new technology, technology-related products, and technology-related businesses. It provides a venue for inventors to browse through interesting ideas  and collaborate to improve the ideas.

This version is a blog that contains ideas from Serafino Software™. For a future version, we plan an application that allows everyone to submit their own ideas, and to show that they are the first to claim their own ideas on the site. Check it out!

Comments

Popular posts from this blog

Reality Checks to Demystify Buzzwords

As an IT insider, I feel I have something valuable to offer nontechnical people in terms of correcting misinformation. Here are a few simple tests for some popular buzzwords in tech. When evaluating a product or service, if you can honestly answer Yes to the reality check question, the buzzword probably truly applies. If the answer is No, it is probably fake. agile Does it make the developers happy? blockchain Does it cut out the middleman? cloud Does it automatically scale? microservice Does it only do one thing? object oriented Is it mostly made of interfaces? RESTful When requests arrive at a certain address, are they ready to use (without parsing)? unit test Does it prevent the tested code from touching anything outside itself?

How (Not) to Handle Different Exceptions

Came across this sample from a certain multi-billion-dollar company, purporting to show how to implement exception handling. I slightly changed a few cosmetic details to make it anonymous. try { // ... } catch (GeneralException e) { if (e instanceof SpecificExceptionA){ // ... } else if (e instanceof SpecificExceptionB){ // ... } } This is a true actual story--you can't make this stuff up. Yeah, I thought it was pretty hilarious; so I felt like I had to share it.

Starting a company or Developing ideas?

Are you starting a company that needs software developed? Or, are you a developer with ideas? Take the chance to let us know what you want We need your input to be successful. Help us help you by sharing what problems are important. It would really help us out, and we would greatly appreciate it. Thank you.