Mind Matters Natural and Artificial Intelligence News and Analysis

TagCode

programming-code-writing-software-coding-developing-hands-typing-computer-script-stockpack-adobe-stock
Programming code writing, software coding developing, hands typing computer script..

Why Is Object-Oriented Programming Popular?

This method makes programmers think more systematically about their code

Programming practice has gone through several evolutions in its lifespan. The first phase might be considered the “exploratory” phase, where there were no rules but a lot of imagination. People wrote code that was simultaneously amazing and terrible—amazing at what people got their slow computers to do, but terrible in that no one but the author would ever be able to maintain the programs. The lessons learned from the exploratory phase led to what is known as “structured” programming. The goal of structured programming was to be able to write programs that someone else had a chance of reading and understanding. Structured programming favored having really well-documented inputs and outputs to every function, very clear entry and exit points to each function, and Read More ›

software-computer-programming-code-stockpack-adobe-stock
Software computer programming code

First Steps to Serverless on AWS: A How-To Guide

A step-by-step tutorial on how to build and deploy a simple serverless web application on AWS

In a previous article, we talked about what serverless applications are and how they work. In this article, we will build and deploy a simple serverless web application on AWS (AWS is the cloud computing platform created by Amazon). For this application, I will assume that you have an AWS account already set up (if not, start here). While AWS has an enormous number of tools available for developers, we will focus on two: Lambda and API Gateway. Lambda is the general serverless function-invocation system on AWS. Essentially, everything that happens in AWS, whether it is a file upload, a video transcoding job, or an HTTP request, can be enabled to trigger a function defined in Lambda for further processing. Lambda functions Read More ›

confused-businessman-with-stressed-and-worried-about-working-mistake-and-problems-stockpack-adobe-stock
Confused businessman with stressed and worried about  working mistake and problems.

The Entrepreneur’s Worst Mistake In New Technology Ventures

As a new entrepreneur, you won't make it to 100,000 users unless the product works well for your customers

I’ve worked with many tech startups over the years. By and large there has always been one overriding factor that has caused tech startups to falter — trying to build their application to handle too much traffic upfront. The goal of every tech entrepreneur is for everyone in the country to use their next product. Everyone is going to make the next star application, like Facebook. In order to accomplish this, tech entrepreneurs give a command to their tech team that is probably their worst mistake: “Make the application able to scale to millions of users.” That might sound like a reasonable request, but I can assure you that it is absolutely the worst possible plan of attack. Programming legend Read More ›

cardboard-boxes-with-empty-space-on-left-side-logistics-and-delivery-concept-3d-rendering-stockpack-adobe-stock.jpg
Cardboard boxes with empty space on left side, logistics and delivery concept. 3D Rendering

The Myth of “No Code” Software (Part II)

Why (and where) no-code doesn't work

In my previous article, I noted that what programmers do is translate ambiguous specifications into very exact specifications, taking into account all of the specific subtleties that the implementation requires. However, I recognize that those not familiar with custom software may not recognize the problem. This article describes in additional detail the kinds of considerations that cause no-code solutions to be problematic. The essence of the problem is this: there are an infinite number of possible ways your business could possibly work, but only one way that it actually works. The work of the programmer is to make sure the software matches the specific way that your business works. Let’s take something simple like calculating shipping. It might be easy Read More ›

programming-work-time-programmer-typing-new-lines-of-html-code-laptop-and-hand-closeup-working-time-web-design-business-concept-stockpack-adobe-stock.jpg
Programming Work Time. Programmer Typing New Lines of HTML Code. Laptop and Hand Closeup. Working Time. Web Design Business Concept.

The Myth of “No Code” Software (Part I)

"No code" software has its place, but not as a replacement for programmers

For at least the past twenty-five years of software development, people have been claiming that, using this tool or that tool, we will be able to build software with “no code,” and that our tools will build code for us.  The claims have varied with whatever the current technology is. In the 1990s, the idea was that we could have a system which allowed building software entirely with drag-and-drop interfaces. Tools such as Visual Basic, Delphi, PowerBuilder, and even Microsoft Access made people think that this was an achievable dream. It turned out not to be deliverable on its promises. We’ll get more into the “why” later on. Today we have a new set of tools and a new set Read More ›

daniil-kuzelev-435431-unsplash

How a Computer Programmer looks at DNA

And finds it to be "amazing" code
From 2006 through 2017, Dutch entrepreneur and software developer Bert Hubert contributed from time to time to a web page where he listed many of the ways the workings of DNA can be likened to coding decisions by programmers. Read More ›