Content Marketing
From advanced guide to content marketing[1] Chapter 1: Build a strong foundation New marketing is about the relationships, not the medium Ben Grossman What is it? A Strategy Production
Architecting Secure Software | Building with Rust | Automating LLM Flows | Embedded Future
From advanced guide to content marketing[1] Chapter 1: Build a strong foundation New marketing is about the relationships, not the medium Ben Grossman What is it? A Strategy Production
A software developer explains why doing marketing before writing your first line of code will improve your next startup chances of success. Finished: Mar 2017 Rating: ⭐⭐⭐⭐ Get the book 👈 César
Cubicle escapist takes you step by step over the decision of leaving your 9 to 5 and building something that resonates with your personality and life goals, on your terms.
Activate an environmentPre-install django in this env conda create -n tutorial django=1.8 activate tutorial mkdir tutorial cd tutorial Create requirements.txtAnd install via pip (if needed): touch requirements.
Some of my notes from Marc Andreessen (@pmarca) Guide to Career Planning Personal productivity Don't keep a schedule Work on whatever is more important or more interesting Want to spend
Quick start #!/usr/bin/env python print "Hello World" Listsa = [1,2,3,4,5,6] a[0:1] # first element a[2:4] # slice mid elements, second parameter is
A Blogger presents his formula for true happiness, by choosing the right internal values, embracing highs and lows, and giving a _ about the rest. Finished: Jun 2017 Rating: ⭐⭐⭐⭐ Get the
IntroA cross-platform tool created by Hashicorp to make configuring and sharing VMs easy by automating VM management with an end-to-end lifecycle management utility. Core benefits of VMs are reproducible environment,
Event-driven architectures have been around for a while and lately its use has become popular in environments such as Node.js. One of the most expressive and graceful implementations of
Whizkid / chess master / martial artist gives some pointers on how to learn anything you want Finished: Jun 2014 Rating: ⭐⭐⭐⭐ Get the book 👈 César D. Velandia’s review of The Art
This week, James Clear posted an interesting idea on How to effectively measure improvements. His main point was that it might be better approach to use short-term feedback to calibrate
This quick tutorial presents a minimal setup with Python to start coding using TDD. It only requires two lightweight dependencies nose and when-changed available through pip . Install and run sudo