The following introduction to Flexbox is an extract from Tiffany’s upcoming book, CSS Master, 2nd Edition, which will be available shortly. Before CSS Grid came along, there was Flexbox (which is officially known as the CSS Flexible Box Layout Module).
Tag: programming
Performing a Univariate Time Series Analysis on the S&P 500 Stock Index
Time-series analysis is a basic concept within the field of statistical learning that allows the user to find meaningful information in data collected over time.
A successful Git branching model
In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
GitFlow Examples
These examples are using the default configuration with GitVersion. Which is continuous deployment mode for develop and continuous delivery mode for all other branches. This default configuration allows you to publish CI builds from develop to a CI MyGet feed, or another CI feed.
How to Really Ace JavaScript Interview Questions: The Comprehensive Guide
Over the last few years, JavaScript has taken over the web development world becoming the primary language of choice for many new developers. That’s not just because JavaScript provides a great way to make web pages interactive – but also because that’s where the jobs are.
Introducing Hot Reloading
React Native goal is to give you the best possible developer experience. A big part of it is the time it takes between you save a file and be able to see the changes. Our goal is to get this feedback loop to be under 1 second, even as your app grows.
Design Patterns
In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn’t a finished design that can be transformed directly into code.
Using AWS Lambda functions to create print ready files
In a nutshell, Peecho is all about turning your digital content into professionally printed products. Although it might look like a simple task, a lot of stuff happens behind the scenes to make that possible.
Ionic Framework vs React Native — Medium
The Bus In Time app is first born at a hackathon of an open data summit and challenge in Bandung (BOSCHA). We want to make a simple app that use IoT to solve the transportation problem.
Adding Real-Time to Rails With Socket.IO, Node.js and Backbone.js (With Demo)
UPDATE: see my new article on adding real-time to your Rails application. Despite the recent distaste for Rails, I still think its a nice framework for developing websites (e.g. devise & active record). However, if you want real-time communication Socket.IO and Node.js seem to be the best options.