May 9, 2019Published by av on May 9, 2019Categories LearningHow to create full width (100% ) container inside fixed width containerSome times we need to add a full-width container (which spans 100% of the window) inside a container which has a fixed width and aligned center.
March 13, 2019Published by av on March 13, 2019Categories LearningJS: How to subtract 1 (2, 3…) from each number in the arrayI need this function pretty often that’s why I just leave it here.
October 23, 2018Published by av on October 23, 2018Categories ShopifyHow to Find Shopify Product ID NumberSome Shopify apps use xml or xlsx file to import/export data. Awful lot of them need product id to identify the item in your online store. […]
July 3, 2018Published by av on July 3, 2018Categories LearningCreate a React appThis post is going to be a complete tutorial for building a react js app. I’m not an advanced react developer that’s why I will need […]
June 19, 2018Published by av on June 19, 2018Categories Learningnpm live-server stopWhat is Live Server This is a little development server with live reload capability. It should be used for hacking HTML/JavaScript/CSS files, but not for deploying […]
June 7, 2018Published by av on June 7, 2018Categories LearningDOM Selectors and Events: Pure JS Shopping List (Custom list)DOM Selectors allows you to select different elements from the document so you can manipulate with them. I will post only the most useful of them […]
May 24, 2018Published by av on May 24, 2018Categories LearningThe Complete Web DeveloperGreat news – I take Udemy course called The Complete Web Developer in 2018: Zero to Mastery.
November 6, 2015Published by av on November 6, 2015Categories WordPressCropping Post Thumbnails from Top instead of Center in WordPressThere are widgets or Latest Posts blocks in some WP themes, which are using Post Thumbnails to show the images. Sometimes it needs to be cropped […]
October 12, 2015Published by av on October 12, 2015Categories WordPressUsing Contact Form 7 in Lightbox with sending custom parametersThis feature could be used every time when you are going to develop a landing page with catalog or services. People could order some goods or […]