Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Other News
How to Improve Web Application Performance by Enabling Dynamic Compression for JSON and JavaScript
(ManojKumar19) We try to boost our website performance by doing several things like caching, bundling, minification and Image Sprites, etc. But we forget to do configuration for dynamic compression for our AJAX requests. Let’s see how we can achieve it.
Introduction to Silverlight – Hello Worl…. er, Kate
(Ged Mead) Microsoft’s Silverlight has had a tough life. Originally designed to be the new Next Big Thing for web applications, a sudden change of direction towards HTML 5 in Redmond put a great big question mark over its future and, as a result, skid marks over its uptake by developers.
Using MySQL Sandbox to Test Replication Behavior
(Ike Walker) It is easy to set up a replication topology with MySQL Sandbox, and I use it for lots of testing scenarios. For example I used MySQL Sandbox to run the tests for yeterday’s post about the way UUIDs are replicated in row-based replication (RBR) versus statement-based replication (SBR).
Cloud Control Agent 12c managing many objects
(Pom Bleeksma) An Oracle Enterprise Management Agent 12c that has to manage hundreds of objects needs extra tweaking. If not, it will not start, or it will die soon, leaving you with an unmanaged infrastructure.
Reporting Techniques With SQL Server Text Mining (Part II)
(Tim Smith) In the previous tip, we imported text data by individual word and count. Now we want to know a few ways to evaluate these data, whether tracking the change through time or reporting counts through word selection and filtering. How can we do so in SQL Server?
Boss, I rotated the keys! (DB2 database encryption)
(Henrik Loeser) In my previous entry I wrote about how I created an encrypted database. Today, I am showing you how I rotated one of the keys used for the DB2 native encryption.
Cascading Drop Down in Codeigniter Using AJAX
(Divya Sharma) In this article, I am explaining how to create a cascading dropdown in codeigniter using ajax.
Global Counters And Average Patient Temperature
(Baron Schwartz) Our recent blog post on finding wasted prepare/execute/close cycles showed how per-statement analysis can find individual queries that are not being repeatedly executed after being prepared.
The Hitchhiker’s Guide to the EXPLAIN PLAN Part 28: Throw Away That EXPLAIN PLAN! (Part II)
(Iggy Fernandez) You may have noticed that the purported Oracle script written by the application developer is not an Oracle script at all; the absence of statement-terminating semicolons is just one of the clues.