Subscribe to M-e-g-a-z's Code Canteen         RSS Feed

M-e-g-a-z's Code Canteen has no entries yet


Page 1 of 1

August 2022

S M T W T F S
 123456
78910111213
14151617181920
21222324252627
28293031   

Tags

    Recent Entries

    Recent Comments

    Search My Blog

    0 user(s) viewing

    0 Guests
    0 member(s)
    0 anonymous member(s)

    Categories

    Introduction and Java Threading

    Hi everyone, this is my first attempt in the blog world and definitely not my last post. :) I go by the name of m-e-g-a-z 'my programming name' and currently live in England in the capatial city London. I started programming 3 years ago with Pascal for a year but barely touched advanced stuff apart from small leap year programs. I then started learning java at university taking the 'Introducion to Java and OOP' class where I covered the basics of java and programming. I would say that I have been programming properly for the past year taking on various personal projects such as a Twitter app, web crawler and a java implementation of the Stochastic diffusion search algorithm. My main interest currently is nature inspired ai and how it can solve/improve many aspects in computing. I recently have been doing alot of research into concurrency, threads and multithreading. During my research into this, I found this web page which is a good read.