GithubHelp home page GithubHelp logo

yegor256 / blog Goto Github PK

View Code? Open in Web Editor NEW
115.0 10.0 62.0 692.73 MB

My blog about computers, written in Jekyll and deployed to GitHub Pages

Home Page: https://www.yegor256.com

License: Other

Ruby 21.82% HTML 15.87% Liquid 30.43% JavaScript 1.67% Shell 1.72% Java 8.58% Makefile 0.10% TeX 11.08% SCSS 8.05% Perl 0.03% Dockerfile 0.66%
blog blogging jekyll programming object-oriented ruby

blog's Introduction

DevOps By Rultor.com

jekyll Availability at SixNines Hits-of-Code My YouTube My Twitter My Telegram

This repository contains the sources of my blog: www.yegor256.com (the backup URL is this one).

My book 256 Bloghacks explains how this blog is built and maintained.

You are welcome to submit corrections to this blog. In order to do that, you will need Ruby 3.0+, Bundler, Woff2, and PlantUML installed. Then, run this:

$ bundle update
$ bundle exec jekyll serve

In a few minutes of building you should be able to see the blog at http://localhost:4000. Make your changes and refresh the page in the browser. If everything is fine, submit a pull request.

If it doesn't work (for some reason), do it via Docker:

$ docker build . -t blog
$ docker run -it --rm -v "$(pwd):/b" -p 4000:4000 blog \
  'cd /b && bundle lock && bundle update && bundle exec jekyll serve --trace --host=0.0.0.0'

blog's People

Contributors

64bitchris avatar alilosoft avatar aslushnikov avatar blablatdinov avatar danon avatar ellyjm avatar fabriciofx avatar filfreire avatar gabbylisper avatar h1alexbel avatar hikarei avatar iakunin avatar johndotpage avatar marcotroisi avatar mathroc avatar mikhail-ntt avatar mkordas avatar natashalec avatar nicfodesk avatar nqafield avatar razzwan avatar rdbrinks avatar renovate[bot] avatar romach avatar rultor avatar serge3ling avatar silicium14 avatar stayathomedad avatar stevennow avatar yegor256 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

Create a list of non-technical/non-software books mentioned

Sometimes there's mention of non-software books on blog posts, podcasts, twitter or telegram but these are scattered.

Examples:

These could be added to a single static page, easily accessible on the blog.

Line number in code snippets

Maybe you will consider adding line numbers in code snippets? I think it will encrease readability of your posts. Just a suggestion.

editorial error

In this article it says "There are a few arguments against "accessors" (another name for getters and setters)" but it should say "There are a few arguments against "accessors" (another name for getters and setters)" because setters are called "mutators".

Test method names

In

comments start with 'can.' Additionally, method names shouldn't start with a
it is written:

Additionally, method names shouldn't start with a verb.

Example has verb as first word, something is wrong here.

Only JavaDoc comments start with 'can.'

They do not start with 'can', they start with class name.

start with can.Only

Space is missing

It's important to start the first sentence of your JavaDoc with the name of the class you're testing followed by can

Should be Javadoc. Moreover, do you think that word cannot is acceptable instead of can in Javadoc?

add some more examples to Law of Demeter

This post isn't clear enough, what is the correct approach?
Some examples of the wrong approach?
This is a big factor in doing OOP correctly and I think this post could benefit from having a lot more information

blog/_posts/2016/jul/2016-07-18-law-of-demeter.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.