Page 93 of 127 (2525 total posts)

April 2021

06-04-2021
RailsConf 2014 - Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide! - YouTube

RailsConf 2014 - Concerns, Decorators, Presenters, Service Objects, Helpers, Help Me Decide! - YouTube

Source: youtube.com

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...

Tags: rails ruby
06-04-2021
The Ultimate Python Seaborn Tutorial: Gotta Catch 'Em All

The Ultimate Python Seaborn Tutorial: Gotta Catch 'Em All

Source: elitedatascience.com

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 […]

Tags: python seaborn
06-04-2021
Scikit-Learn Decision Trees

Scikit-Learn Decision Trees

Source: scikit-learn.org

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

Notes:

Useful to remember all the goodies in scikit-learn

Tags: decision-tree scikit-learn
06-04-2021
4 Go Language Criticisms

4 Go Language Criticisms

Source: toptal.com

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.

Tags: go engineering Lang language
06-04-2021
Follow these practical principles to get well-designed microservices boundaries

Follow these practical principles to get well-designed microservices boundaries

Source: medium.freecodecamp.org

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.

Tags: microservices soa