Articles


Articles are just some extras of Beroux.com. I have writen those articles and they are all related to computers and programming.

Articles

Progressive Web Apps & Service Workers for any website
Make your existing website work offline, do push notifications, become an installable app, and more.
Kubernetes made easy: Develop locally and deploy on a cloud cluster
A rapid and practical introduction of Kubernetes and Docker technologies to build and deploy your web services from small to very large.
Bootstrapping Polymer on Google AppEngine using Yeoman (and Docker)
Quickly getting started with Polymer for web development by having all the required scaffolding code generated automatically, so you can make great looking modern websites.
Automated system testing with FitNesse
Introduction for FitNesse and its uses for acceptance testing compared to Unit Testing frameworks. FitNesse Fixtures and how FitNesse works will also be cover so you can start using it in minutes.
Hudson Continuous Integration
Continuously building the project and testing that it works is pretty much what continuous integration is about. Hudson will help you answer the question: Is the current code building correctly? All tests passed? How clean is the code?.
C++ Unit Testing Framework, Boost Test
So many C++ unit testing framework exist, so why Boost Test Library? An overview of the recent improvements and a guide to using Boost Test.
Virtual Machines Run a Real PC Inside a Window
An introduction to virtual machines and emulators. Test and deploy applications on any OS in seconds without leaving your Windows. Let's discover how those applications can help you: Testing, trying, simulating, deploying, seal applications.
Good Softwares and Applications for Windows
You're looking for the best tools to do the right job? I am always looking for new tools and I compare them. Here are some tools for Windows (sometimes multi-platform) that I recommend. A list of many good softwares and applications mainly for Windows and more for developers or experienced users.
Sources
How are computer softwares made? Short introduction to computer programming and examples of programs' sources codes.
Object-Oriented Analysis and Design with UML and RUP
Overview of object-oriented programming: The basis, the CRC cards, the UML, analysis, design, up to programming methodologies and processes like the Unified Process (RUP).
Texas Instrument
How to link your TI to your computer, obtimize your source code and increase overall speed of your TI (Texas Intertrument).
3D + JavaScript
A 3D cube written in JavaScript. The result is completely useless. The how it's done can be a interesting adventure for any programmer interested in computer graphics.