What i learned about web development so far

If you’ve read about the purpose of this page you know that I partly started this website to learn web development and how to manage a web site. And the management part is really easier than I thought but then again I don’t really know what I expected. I mean it just sits there, you […]

Continue reading

Machine building the smart way

Let me start of by saying that I am not a traditionally trained mechanical engineer, I have studied several subjects that are the same as what mechanical engineers study but I don’t have a degree as a one. I think this might be an advantage when it comes to building machines, cause even if I […]

Continue reading

Sequence programming in C/C++ part 2: Memories

Last time I showed you how to program a sequence that is progressed by increasing a counter variable (Part 1), when a condition is fulfilled we increase the counter variable by one to progress the sequence. A similar type of sequence programming is to use memories instead of a counter so that each memory represents […]

Continue reading