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

July 2021

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728293031

Tags

    Recent Entries

    Recent Comments

    Search My Blog

    1 user(s) viewing

    1 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.