Code Monkey home page Code Monkey logo

fortytwohundred's Introduction

Hi there ๐Ÿ‘‹

I'm looking for a .NET Full-Stack or App Development role in Brisbane, Australia. I've worked in the .NET Ecosystem since 2013 (10 Years!) and in that time I've enjoyed many different roles including in Full-Stack .NET + React/Angular/Typescript front ends, pure .net backend, Windows IoT and more. For the last 5+ years I've been working as a .NET Xamarin developer at different startups and have come to love the mobile app development process. The new era of .NET MAUI is upon us and it's really exciting to see the possibilities in desktop and the emergence of the new Blazor web technology in the space. My ideal job would be working in .NET Xamarin/MAUI with a tight knit team 4 days a week in a hybrid/WFH arrangement.

  • ๐Ÿ”ญ Iโ€™m currently working on my Photography Skills ๐Ÿ“ท
  • ๐ŸŒฑ Iโ€™m currently learning Native Android/iOS app development in Kotlin/Swift
  • ๐Ÿ’ฌ Ask me about: Highlining
  • ๐Ÿ“ซ How to reach me: LinkedIn or Email
  • ๐Ÿ˜„ Pronouns: He/Him

fortytwohundred's People

Contributors

cponty avatar gitjerrard avatar ichpuchtli avatar sjshaw avatar

Watchers

 avatar  avatar  avatar  avatar

fortytwohundred's Issues

Event Loop

while (1) {
   int i = select(FIFO_FDs) // to see if any data is ready to be sent

   fd_echo( FIFO_FD[i], udp_sock_fd);

  foreach(conn in active_connections){
    res = recv(conn.fd, buffer, len);
    if( res ) write(fifo,buffer, len);
  }

}

Resolve issues in server with forking

When the server accepts() and forks a process to handle the connection, the server proxy thread is still running in the background, signal handlers are still in place, etc.

Options to deal with this:

  • have a way of cleaning up SRTP background threads and resources
  • make a thread instead of forking (?)
  • others?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.