Page 93 of 127 (2534 total posts)

April 2021

06-04-2021
Fleshbot

Fleshbot

Source: fleshbot.com

Fleshbot URL: http://www.fleshbot.com Type: link Domain: fleshbot.com

Tags: Weather
06-04-2021
Yelp

Yelp

Source: yelp.com

People use Yelp to search for everything from the city's tastiest burger to the most renowned cardiologist. What will you uncover in your neighborhood?

06-04-2021
How to make responsiveness super simple with CSS Variables

How to make responsiveness super simple with CSS Variables

Source: medium.freecodecamp.org

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

Tags: css
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
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
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
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
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