April 2021
How to make responsiveness super simple with CSS Variables
Learn how to create the following responsiveness with CSS Variables.A quick tutorial on how to create responsive websites in 2019.If you haven’t heard of CSS Variables before, it’s a new feature of CSS which gives you the power of variables in your stylesheet, without having to
A New Ruby Application Server: NGINX Unit
NGINX Inc. has just released Ruby support for their new multi-language application server, NGINX Unit. What does this mean for Ruby web applications? Should ...
Rails Refactoring Techniques - Concerns | Best Practice on Ruby on Rails | Hire Ruby on Rails developers
Rails Refactoring Techniques - Concerns | Best Practice on Ruby on Rails | Hire Ruby on Rails developers URL: http://www.agiratech.com/rails-refactoring-techniques-concerns Type: link Domain: agiratech.com
The Ultimate Python Seaborn Tutorial: Gotta Catch 'Em All
In this step-by-step Seaborn tutorial, you’ll learn how to use one of Python’s most convenient libraries for data visualization. For those who’ve tinkered with Matplotlib before, you may have wondered, “why does it take me 10 lines of code just to make a decent-looking histogram?” Well, if you’re looking for a simpler way to plot attractive charts, then […]
Building a Blockchain: What, How, and Why - via @codeship
We just need to make sure that whatever is being stored within a block can interact with previous copies or iterations of itself.
RailsConf 2014 - Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide! - YouTube
By Justin Gordon Let's take some tangled code and untangle it together! We'll improve some model, controller and view code by applying view concerns, helpers, Draper decorators, presenters, and service objects. In doing so, you'll better understand where and when to use these techniques to make your code DRY'er, simpler, and easier to test. As a bonus, you'll also see how RubyMine with VIM bindings boosts refactoring productivity. Justin, aka @railsonmaui, is freelance Rails programmer and the technical evangelist for RubyMine. Passionately writing software since 1985, and focusing on Rails...
Scikit-Learn Decision Trees
Scikit-Learn Decision Trees URL: http://scikit-learn.org/stable/modules/tree.html Type: link Domain: scikit-learn.org Notes: Useful to remember all the goodies in scikit-learn
Useful to remember all the goodies in scikit-learn
From Rails to Clojure, then to Java, then back to Rails - Engineering Management
In the past 6 years I’ve worked on web applications in Rails, Clojure, Java and back to Rails. This is an overview of these past years, the benefits of working with such different tech stacks, and also it’s drawbacks.
Next step Git for those that already know add and commit
When I first started using Git a while back it seemed pretty straight forward a...
Follow these practical principles to get well-designed microservices boundaries
by Jake Lumetta Follow these practical principles to get well-designed microservices boundariesHow to avoid making your microservices too small and tightly coupledPhoto by Erol Ahmed on UnsplashOne of the core benefits of developing new systems with microservices is that the architecture allows developers to build and modify individual components independently.
A brief look at sklearn.tree.DecisionTreeClassifier
A brief look at sklearn.tree.DecisionTreeClassifier URL: https://hackernoon.com/a-brief-look-at-sklearn-tree-decisiontreeclassifier-c2ee262eab9a Type: link Domain: hackernoon.com
4 Go Language Criticisms
Unfortunately, Go lacks a lot of features by design, and sometimes it’s really annoying. Golang was meant to make developing speed faster, but in a lot of situations, you are writing more code than you’d write using other programming languages. I’ll describe 4 Go language criticisms here.
Tom Lehrer at 90: a life of scientific satire
Andrew Robinson celebrates the high notes in the mathematician’s inimitable musical oeuvre.
Workers at risk as robots set to replace 66m jobs, warns OECD | Business | The Guardian
One in seven vulnerable employees in developed world least likely to be receiving help
Be careful what you copy: Invisibly inserting usernames into text with Zero-Width Characters
Don’t want to read? Try the demo
Russian doll caching in Rails | AppSignal Blog
Russian doll caching explained with a code example. By nesting cache fragments, views are almost never rendered completely. Even when the data changes, most of the rendered pages are served straight from the cache.