Categories
Agile Scrum Software development

Non tech scrum master is a scam

Frankly speaking, I don’t believe in non tech scrum masters. They usually don’t understand what is going on, asks stupid questions, propose solutions that they not understand. In addition, scrum and agile manifest was founded by tech people (like Kent Beck, Martin Fowler, Robert C. Martin, Ken Schwaber) with deep understanding of software development life […]

Categories
WordPress

How to add sitemap to WordPress?

As usual, when you do something really rare than it is not easy. The same applies to setting up sitemap in WordPress. There are many plugins. It is annoying to test them. Unfortunately I tested few plugins just to find out that since WordPress 5.5 it is built in functionality: https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/ Finally, I don’t need […]

Categories
WordPress

By default WordPress shows full post when using twenty-twenty theme – how do I change it?

You can change it in customization theme and switch (in WordPress admin sidebar choose Appearance => Customize) On archive pages, posts show: By choosing summary it finaly looks in decent way.

Categories
WordPress

Oh my god, it’s super annoying to find good plugin to integrate WordPress with Google Analytics

I tried: And finally I installed this one: https://pl.wordpress.org/plugins/ga-google-analytics/ and it wanted only one thing – tracking id. That’s how it should work. I don’t want to create any accounts to just simply connect Google Analytics.

Categories
Hosting

hostedssl/create – how long will it take on OVH?

I’ve created my page on 21:58 on 23:34 still there is no certificate. And that’s why I cannot have my blog indexed by Google. It’s annoying. Ad said that it will be in minutes.

Categories
Hosting

site en construction – how long will it take on OVH?

For sure not 5 minutes as they describe in their WordPress hosting ad. In my case it took 1 hour.

Categories
Programming Testing

I don’t think that unit test with mocking everything around is good idea

I think that we should not test unit as class, but as large class group as possoble without mocks.