Skip to content

Instantly share code, notes, and snippets.

View TamaraAtanasoska's full-sized avatar

Tamara TamaraAtanasoska

View GitHub Profile
Hi everyone! I will try to explain all the possibilities here. I will stick to free and community led options.
Let's start with the mentorship programs! We'll dive into the Berlin learning meetups and groups right after. I will also share
some other recourses that can get you free conference tickets etc. at the end.
"Learn it, Girl"
Links: https://www.learnitgirl.com/, https://www.facebook.com/learnitgirl
A global free program where you sign up and you get a personal mentor that will guide you and work with you for 3 months.
You can pick a project and a programming language if you have an idea for it, or if you don't know where to start, they will
$(document).ready(function() {
Highcharts.setOptions({
colors: ['#585D85', '#7F89D9', '#999999', '#F08F7A', '#E0605C']
});
function formatWithLineBreaks(str) {
var words = str.split(' ');
var lines = [];
var line = '';