Skip to content

Commit 322ffd0

Browse files
committed
Initial commit
0 parents  commit 322ffd0

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
torrocus.com

README.md

Whitespace-only changes.

_config.yml

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Site settings
2+
baseurl: ''
3+
remote_theme: torrocus/jekyll_theme
4+
url: https://torrocus.com
5+
6+
colors:
7+
background: #1a222c
8+
9+
contact_form:
10+
buttons:
11+
reset: Reset
12+
submit: Send
13+
placeholders:
14+
email: Your email
15+
message: Leave a message
16+
name: Your name
17+
subject: New message - contact form
18+
url_after_sent: https://localhost:3000
19+
20+
exclude: ['node_modules', 'package.json', 'src']
21+
22+
meta:
23+
default_locale: en
24+
description: Programming is a way of life for me. And Ruby is my favorite programming language. I create internet applications in Ruby on Rails and I am proud of it.
25+
locale: mul
26+
title: Web developer with experience in Ruby, Backbone.js, PostgreSQL, Linux
27+
28+
user:
29+
email:
30+
name: Alex Malaszkiewicz
31+
title: Full-Stack Developer
32+
33+
user_details:
34+
description: I'm <strong>web developer</strong>. Technology is my tool. I deal with <strong>process' automation</strong> and <strong>problem solving</strong> using algorithms. I make life easier and I make dreams come true. I help startups and undertake difficult challenges with pleasure. Whenever I can, I share my knowledge and skills. I work as a freelancer, team member, leader or entrepreneur. I am ready to help you develop your business.
35+
headline: My Expertise
36+
37+
user_profiles:
38+
bitbucket: torrocus
39+
facebook:
40+
github: torrocus
41+
gitlab: torrocus
42+
google_plus: AlexMalaszkiewicz
43+
instagram: torrocus
44+
linkedin: torrocus
45+
stackoverflow_id: 2883890
46+
twitter: torrocus
47+
youtube_id: UC-v15KnfdoVbgBlr54-edog
48+
49+
web_analytics:
50+
google_analytics_id:
51+
52+
about:
53+
sections:
54+
backend:
55+
description: When I create <strong>web applications</strong>, I choose technologies and tools appropriate for the problem being solved. Based on my experience, I know that changing the programming language or framework will not change problems in the <strong>application's architecture</strong>. Personally, I prefer <strong>stable and secure solutions</strong> over fashionable solutions.
56+
headline: Backend
57+
icons: ['ruby-original-wordmark', 'rails-original-wordmark', 'postgresql-original-wordmark', 'mysql-original-wordmark', 'redis-original-wordmark']
58+
frontend:
59+
description: As users, we evaluate each application used by us. Visual impressions and attractive appearance make some of them more enjoyable and we return to them more willingly. I'm not a graphic designer. But I've been working on many applications and websites. I know that appearance and <strong>usability</strong> are the first things the user pays attention to. I also know how important the <strong>accesibility</strong> of websites for blind people is and how they see website search engines. I want my <strong>IT solutions</strong> to have no barriers. That's why I use <strong>best practices</strong> and generally available standards.
60+
headline: Frontend
61+
icons: ['html5-original-wordmark', 'css3-original-wordmark', 'less-plain-wordmark', 'sass-original', 'bootstrap-plain-wordmark', 'foundation-original-wordmark', 'coffeescript-original-wordmark', 'backbonejs-original-wordmark', 'javascript-original', 'gimp-original-wordmark']
62+
tools:
63+
description: Programming languages and frameworks are not everything. As a <strong>programmer</strong>, I use many tools that improve my everyday work. I know different <strong>version-control systems</strong> and a code sharing platform. I deploy to production using a variety of tools. All of these affect the way of me working more efficiently and help me with working in teams. And <strong>teamwork</strong> is the foundation of success.
64+
headline: Tools
65+
icons: ['git-original-wordmark', 'debian-original-wordmark', 'ubuntu-plain-wordmark', 'heroku-original-wordmark', 'amazonwebservices-original-wordmark', 'docker-original-wordmark', 'nginx-original'] # 'linux-original' (it is black)
66+
settings:
67+
icon_format: svg # font / svg
68+
icon_width: 75px

0 commit comments

Comments
 (0)