the good kind skip
supre
- Total activity 220
 - Last activity
 - Member since
 
- Following 0 users
 - Followed by 1 user
 - Votes 15
 - Subscriptions 13
 
Articles
Recent activity by the good kind skip- 
                    
                    
SAMPLE ARTICLE: Retirement plans
We know the importance of planning for the future. That’s why your employee retirement plan is designed to help you feel secure about your financial future, no matter how you plan to spend your gol...
 - 
                    
                    
With content block
CLICK HERE
 - 
                    
                    
template 1
Since the git push --force -u origin command forcefully overwrites the commit history of the remote repository, its use is discouraged when working on shared repositories. If someone else makes a n...
 - 
                    
                    
Flu Shots are Now a Partisan Issue
We’re living in such a bizarre time. Vaccines are fucking amazing. They do things like KEEP YOU FROM DYING. I’ve gotten 3 rounds of Pfizer now and got my flu shot back in September. Here’s the thin...
 - 
                    
                    
Data for the test
Here are all the data sets agent only CLICK HERE
 - 
                    
                    
Sound of Silence
 - 
                    
                    
Big Data: Principles and Best Practices ...
Summary Big Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-sca...
 - 
                    
                    
HTTPosiun
HTTPoison HTTP client for Elixir, based on HTTPotion (documentation). Note about broken ssl in Erlang 19 Until this issue is fixed ssl handshakes may fail. If you receive this error: {:error, %...
 - 
                    
                    
Pattern req
In this chapter, we will show how the = operator in Elixir is actually a match operator and how to use it to pattern match inside data structures. Finally, we will learn about the pin operator ^ u...
 - 
                    
                    
modules and functions
In Elixir we group several functions into modules. We’ve already used many different modules in the previous chapters such as the String module: iex> String.length("hello") 5 In order to create...