Archive for April, 2018

Singly Linked List Part 1

Paper First Sitting down to write from scratch is a bit humbling. The big-o operations give me a hint about what linked list operations I need to implement – search, access, insert, delete. I did not start in an editor. I started by writing pseudo-code in a notebook. Once I had the pseudo-code with worked […]

Read More →

Refreshing My Computer Science Knowledge

Refresh It’s been years since I’ve coded C, straight C, from scratch. I use my computer science knowledge to solve problems all the time, but not in C. I can look at and follow along C, make maintenance changes, and those sorts of edits without a problem. Starting from scratch would mean breaking out reference […]

Read More →

Making a List of Tech Resources

I’m often surprised to learn about Mobile, Alabama companies that hire software developers. I doubt I’m alone in not being familiar with our area’s resources and employers. So I think a list would help in case anyone else is curious. I’ve started this task once before. I bought a domain and made a site. Documented […]

Read More →