Sat.Jan 24, 2015 - Fri.Jan 30, 2015

article thumbnail

The Fibonacci Sequence Printed With JavaScript

The Polyglot Developer

If you’re familiar with the material I write on my blog, you’ll probably be confused at why I’m making such a post. Anyone who has been a part of a Computer Science program at a university will probably have dabbled with Fibonacci in their first semester of school. However, many Computer Science graduates don’t realize that this is a common job interview question regardless of the company or job level that you’re applying for.

article thumbnail

Writing My First Technical Book Chapter

O'Reilly Software

It’s a feeling of immense satisfaction when we complete a major achievement. Being able to say “it’s done” is such a great stress relief. Recently, I completed work on my first publication, a chapter about Emscripten for the upcoming book WebGL Insights to be published by CRC Press in time for SIGGRAPH 2015. One of the life goals I’ve had for a while is writing a book.

40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Writing my first technical book chapter

Nick Desaulniers

It’s a feeling of immense satisfaction when we complete a major achievement. Being able to say “it’s done” is such a great stress relief. Recently, I completed work on my first publication, a chapter about Emscripten for the upcoming book WebGL Insights. to be published by CRC Press in time for SIGGRAPH 2015. One of the life goals I’ve had for a while is writing a book.

C++ 43
article thumbnail

Session Management In Your Express.js Web Application

The Polyglot Developer

I’ve still been doing a lot of fiddling with Express web framework for Node.js. I recently ran into an issue with saving data to sessions because much of the documentation online is outdated and no longer functional. However, I did get it working, and am going to discuss it in this guide. If you’re not familiar with Express, you may want to take a moment and read my other article regarding installation.

article thumbnail

Monitor MySQL And Auto Recover From A Crash

The Polyglot Developer

Since starting this blog in July of 2014, I have had an unexpected amount of growth. So much, that a lot of strain has been placed on my virtual private server (VPS). A common issue that has plagued me and many other WordPress users is the awful MySQL crash due to exhausted resources. This is because the server has run out of resources due to traffic spikes or other anomalies.

article thumbnail

Embed Video In Your iOS And Android Ionic Framework App

The Polyglot Developer

I’ve received a few requests from my subscribers for an article regarding embedding videos in their Ionic Framework application. This could be a challenging task for a few reasons. There are known issues with the HTML5 tag for Android. One might also ask how to make the videos responsive for multiple screen resolutions. In this guide, I’m going to show how to do responsive embeds of YouTube videos into an Ionic Framework list of cards.