Mixins Better for Performance
CSS Wizardry
FEBRUARY 25, 2016
A look at the performance difference between Sass’ mixins and @extend
CSS Wizardry
FEBRUARY 25, 2016
A look at the performance difference between Sass’ mixins and @extend
Tim Kadlec
FEBRUARY 24, 2016
It’s no secret that I have reservations about Google’s AMP project in its current form. I do want to make it clear, though, that what bothers me has never been the technical side of things—AMP as a performance framework. The community working on AMP is doing good work to make a performant baseline. As with any framework, there are decisions I agree with and some I don’t, but that doesn’t mean the work isn’t solid—it just means we have different ways of approaching building for the web.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Kovair
FEBRUARY 8, 2016
Introduction In the first and second part of our three-blog series in ‘Testing’ category, we have already discussed about the changing face of testing, importance. The post Importance of Real-Time Reports and Traceability in Software Testing appeared first on Kovair Blog.
The Polyglot Developer
FEBRUARY 5, 2016
I have a few Raspberry Pi units that I’ve picked up over the years. As of now I have a RPi 256MB, RPi 512MB and a RPi2 1024MB unit. I’m currently using the faster model as a RetroPie which I’ll discuss in a future article, but for the older models I have them doing server stuff. For example, I have my 256MB model acting as a network backup server that one of my computers automatically uploads to.
Dotcom-Montior
FEBRUARY 29, 2016
A DNS related exploit of Unix and Linux based operating systems has been gaining attention lately. The vulnerability exploits a bug in the GNU C library commonly referred to as the GLibC, serves as the core C library for many flavors of Linux and Unix based operating systems. This library is commonly used in linux… The post GLibC DNS Exploit in Unix/Linux Machines appeared first on Dotcom-Monitor Web Performance Blog.
Wayfair Tech
FEBRUARY 29, 2016
Statsdcc is a Statsd-compatible high performance multi-threaded network daemon written in C++. It aggregates stats and sends the results to backends, especially Graphite. We are proud to announce that we are opensourcing it today. Check out the code at [link] At Wayfair we’re big believers in “measure anything, measure everything,” as. Read more.
CSS Wizardry
FEBRUARY 21, 2016
A look at managing typography more practically on larger sites and apps
Technology Performance Pulse brings together the best content for technology performance professionals from the widest variety of industry thought leaders.
The Polyglot Developer
FEBRUARY 22, 2016
A few years back I demonstrated how to use the device camera in an Android and iOS application developed with Ionic Framework. Being able to take photos wasn’t particularly difficult, but it left a lot to be desired. This is where the Media component by Onymos comes into play. So what is the Onymos Media component? The Onymos Media component extends the media features offered by the Apache Cordova camera plugin.
The Polyglot Developer
FEBRUARY 16, 2016
As you may know, I recently started two different podcasts. Let’s not confuse these with podcast episodes as I’m talking about shows. I started The Polyglot Developer Podcast and The NoSQL Database Podcast. Creating a podcast has been something I’ve been thinking about for a long time and it turns out it wasn’t very complicated to do. Using GarageBand for Mac, which is free, I’m able to produce high quality podcast episodes with minimal amounts of time.
The Polyglot Developer
FEBRUARY 9, 2016
When you release your mobile Android or iOS application to the various app stores you’ll be asked to submit a video for your app. Although optional, it is a great idea to do one in order to boost your app store optimization (ASO). So how do you get a video demo of your app? Using tools you probably already have installed you can create a screencast of your iOS or Android application.
The Polyglot Developer
FEBRUARY 1, 2016
I have a few Raspberry Pi computers all doing different things around my home. With the exception of my RetroPie, which I’ll talk about in a different article, they were all configured and running as a headless system. So what exactly is a headless system? Headless Systems via IoT Agenda : A headless system is a computer that operates without a monitor, graphical user interface (GUI) or peripheral devices, such as keyboard and mouse.
The Polyglot Developer
FEBRUARY 18, 2016
Not too long ago I wrote about using the NativeScript fetch module for making HTTP requests in an Android and iOS mobile application. Personally I find that the fetch module is a bit awkward to use, so this time we’re going to take a look at using the http module instead. The great thing about the NativeScript http module is that it is pretty much the same as it is in the other languages.
The Polyglot Developer
FEBRUARY 29, 2016
Being able to scan a barcode is a convenient way to share bits of data. Whether you’re using QR codes to share contact information or traditional barcodes for product information, being able to scan an image is more convenient than either entering a long code or similar. Previously I wrote about scanning barcodes using Ionic Framework 1 , but with Ionic 2 being all the rage I thought it would be worth revisiting for Angular.
The Polyglot Developer
FEBRUARY 28, 2016
Today I have finished the final episode of a five-part webinar series on the subject of Couchbase , Express Framework, Angular, and Node.js (CEA2N) application development. This webinar series has been going on for the past five weeks where each week I covered a new topic relative to the stack leading up to a NativeScript mobile application. Each episode of this webinar was recorded and can be viewed for free here.
The Polyglot Developer
FEBRUARY 26, 2016
Not too long ago I wrote about uploading files to a Node.js server that was making use of the Multer middleware. In that scenario the files were saved to the file system and even though I didn’t demonstrate it, in theory the file metadata would be stored in a database. What if you wanted to store the files in a database as a base64 string instead of on the file system?
The Polyglot Developer
FEBRUARY 24, 2016
Recently one of my subscribers asked me if I could refresh the social media sharing article that I wrote for Ionic Framework 1 to work with Ionic 2. Since I’m already in the process of rewriting all my posts to Ionic 2 , I figured now is a good time to do so. In case you hadn’t seen my previous post, it is still worth checking out. In either scenario, the goal we’re going to accomplish here is sharing messages, images, and links via social media outlets on Android and iOS within an Ionic 2 mobil
The Polyglot Developer
FEBRUARY 23, 2016
I’ve written a lot of Ionic Framework and Ionic 2 blog articles and have answered even more questions and troubleshooted more problems. When it comes to Ionic Framework, if I had to estimate, I’d say about 80% of the time the problems were related to the Ionic Service solution that the Ionic team offers. I’ve written a post similar to this before on the topic of properly testing your Ionic Framework applications , but since it’s alarming how many people are still running into these issues I thin
The Polyglot Developer
FEBRUARY 14, 2016
So you made a shiny new app and want to earn some money from it. The paid revenue model may not be the best fit for you, so instead you might want to consider ads. The more popular Google Admob solution makes advertising incredibly simple and best of all it can be used within an Ionic 2 Android and iOS application. If you’ve been keeping up with my blog, you’ll know that I wrote about using Admob in an Ionic Framework 1 mobile app a while back.
The Polyglot Developer
FEBRUARY 12, 2016
Ubuntu Linux is one heck of an operating system. It is fast, visually appealing, and it is great for development. Previously I wrote about how to install Ionic Framework and all the required dependencies for development in Ubuntu , but this time we’re going to look at how to do the same for Telerik NativeScript. We’re going to review a series of shell commands that will get the Java Development Kit (JDK), the Node Package Manager (NPM), the Android SDK, and Telerik NativeScript up and running in
The Polyglot Developer
FEBRUARY 10, 2016
Recently I started a developer podcast , but more work went into it beyond just recording it. I had to create an XML feed file to be published to iTunes as well as Pocket Casts. I figured it would be nice to share what goes into creating an XML feed, how to validate it, and how to submit it to iTunes as well as the popular Pocket Casts. The post Create A Podcast XML Feed For Publishing To iTunes appeared first on The Polyglot Developer.
The Polyglot Developer
FEBRUARY 8, 2016
From February 15th to February 17th 2016 I will be at DevNexus 2016 in Atlanta , Georgia. This is a developer conference relating to many different technologies such as Java, Node.js, and the mobile platforms. The post Upcoming Presentation: DevNexus 2016 appeared first on The Polyglot Developer.
The Polyglot Developer
FEBRUARY 7, 2016
In this episode of The Polyglot Developer Podcast I discuss the differences between native and hybrid mobile application development and my experience in both. Episode #2: Picking the Right Mobile Development Technology for Your Needs covers quite a bit and is broken into the following four sections: My background as a mobile application developer. What is native mobile application development.
The Polyglot Developer
FEBRUARY 4, 2016
When I build web applications, my least favorite part is always in the realm of file uploads. They are often complicated to do and take a lot of time. Pretty much every web application lately, regardless of what it is, requires file uploads, even if it is just to upload a profile picture. Since I’m all about Angular lately, I figured it would be great to show how to upload images (or any file) to a back-end.
Let's personalize your content