Skip to content
  • Home
  • AI
  • Programming
  • Game Development
  • Linux
  • About
  • rss

Programming

  • 2018-05-09 · 2 min read · Programming

    PHP 7 Type Safe Arrays

    PHP 7 introduced scalar type declarations and return type hints, which let you enforce types on function parameters and return values. But what about arrays? PHP still allows you to

  • 2018-03-17 · 3 min read · Programming

    Part 1: Real-Time Browser to Browser Communication Using Node.Js and Socket.Io

    An introduction to real-time browser-to-browser communication with Node.js and Socket.IO - how it works and basic examples.

  • 2018-03-16 · 2 min read · Programming

    Write your own Pinterest like Image Gallery using jQuery Wookmark and Symfony2

    Build a Pinterest-style cascading image gallery using the jQuery Wookmark plugin with Symfony2 and Twig templates.

  • 2018-01-28 · 3 min read · Programming

    Identifying bottlenecks in your PHP scripts, using XDebug and KCacheGrind

    How to profile PHP scripts with XDebug and visualise bottlenecks in KCacheGrind to find and fix slow code.

  • 2017-06-26 · 5 min read · Programming

    Part 3: Real-Time Browser to Browser Communication, ExtJS Based Chat Application Using Node.Js and Socket.Io

    Build a real-time chat app with ExtJS, Node.js, and Socket.IO - routing messages between browsers using event-driven architecture.

← newer 2 / 4 older →
  • github
© 2026 Grosan Flaviu Gheorghe