Automatics Technician, Tools & Equipment Specialist and hobby programmer.
Have done a few Excel VBA projects professionally and a VB.NET project. Currently working with C#, ASP.NET MVC 5 and related technologies. Have recently developed and implemented a internal order portal, for service- and project sites to order tools and equipment for their daily work. This portal is built like a webshop, with roles authorization/authentication, approval workflow, statistics and much more.
Been interested in programming since 1985 where I got my first computer, the C64. Messed around with BASIC, later COMAL80, HTML, PHP and a little 8088/8086 assembly during my education as an automatics technician where I also spent a lot of time learning and programming Siemens STEP5 and 7 for PLC's.
10 A=1:B=7
20 POKE53280,A:POKE53281,B
30 A=A+1:B=B+1
40 IF A=15 THEN A=1:IF B=15 THEN B=1
50 GOTO20
RUN