Skip to content

Lennu.net

Programming Articles Since 2006

  • About
  • Facebook
  • Twitter
  • LinkedIn
  • YouTube
  • Instragram
  • Google+

Docker Compose & Machine Cheatsheet

Continue reading Docker Compose & Machine Cheatsheet

Posted on March 3, 2017December 3, 2019Leave a comment on Docker Compose & Machine Cheatsheet

Symfony Doctrine JMS Serializer Max Depth

There is a great MaxDepth exclusion policy in JMS Serializer however there is also a big  mystery how it works.

Continue reading Symfony Doctrine JMS Serializer Max Depth
Posted on March 3, 2017December 3, 2019Leave a comment on Symfony Doctrine JMS Serializer Max Depth

Docker Compose Volume Path Problem in Windows

If you are having some errors with composing Docker containers which have volumes in Windows there is usual and easy solution.

Continue reading Docker Compose Volume Path Problem in Windows
Posted on March 3, 2017December 3, 2019Leave a comment on Docker Compose Volume Path Problem in Windows

Drupal 8 Configuration Management with Drush

You can easily control your Drupal 8 configurations with Drush. First I’d recommend that you set your configurations files out of files folder:

Continue reading Drupal 8 Configuration Management with Drush
Posted on March 2, 2017December 3, 2019Leave a comment on Drupal 8 Configuration Management with Drush

Redux Action Creator vs. Action

One of the core things in Redux is the Actions.

These are the things that you send to reducers which eventually change the state of the application.

Continue reading Redux Action Creator vs. Action
Posted on February 27, 2017December 3, 2019Leave a comment on Redux Action Creator vs. Action

Immutable.js Set Deeply Nested Valued with: setIn

Using Immutable.js you get to know its function set quite quickly in the beginning. Set completely overwrites a property but what if we want to just set a property inside that property?

Continue reading Immutable.js Set Deeply Nested Valued with: setIn
Posted on February 27, 2017December 3, 2019Leave a comment on Immutable.js Set Deeply Nested Valued with: setIn

Native JavaScript Promise Example with Prompt

JavaScript on modern browsers has a native support for promises. And the greatest thing is that the syntax is very easy.

Continue reading Native JavaScript Promise Example with Prompt
Posted on February 22, 2017December 3, 2019Leave a comment on Native JavaScript Promise Example with Prompt

Git Strategy with Feature Branches and Rebasing

My personal favorite Git strategy is this: (there are many ways to do it)

Continue reading Git Strategy with Feature Branches and Rebasing
Posted on February 21, 2017December 3, 2019Leave a comment on Git Strategy with Feature Branches and Rebasing

How to reset GIT commits of a branch

I assume that you are in branch and you’d like to forget about your commits. Continue reading How to reset GIT commits of a branch

Posted on August 25, 2016December 3, 2019Leave a comment on How to reset GIT commits of a branch

How to use function from another controller in Symfony

Sometimes there is a need to to one of the functions from another controller. The way this is done is by serving the controller as as service of Symfony. Continue reading How to use function from another controller in Symfony

Posted on August 25, 2016December 3, 2019Leave a comment on How to use function from another controller in Symfony

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 … Page 9 Next page
Proudly powered by WordPress