At the time of writing this article, I was reduced to 20% of my hours. This means also that my income was reduced by 80%. So, how can I help myself (or how can you help yourself) in such situation so I don’t go into a panic mode and start feeling too much stress on my chest?
Read MoreLearning from the best: Freemius Launches “Experts Corner”
One of the things that I really love about WordPress is that I can do it from anywhere, anytime. When I started developing simple HTML websites, all I had was my laptop, basic Photoshop skills, and a head full of (what I thought were) great ideas. There was just one “minor” thing that stood between me and creating my dream business: I didn’t really know how to get there all by myself.
Read MoreLoading Your Library only once between WordPress Plugins
When you are developing multiple plugins, you might develop a library that will be used in some of them. So, what happens when your customers might use more than 1 of your plugins with that libary.
How are you going to handle the loading of it so you’re sure that the latest is being used?
Read MoreHow to enable Inner Blocks in your Gutenberg Block
Inner Blocks are Gutenberg Blocks that allow inserting additional blocks within your own block. To understand it even better, imagine a shortcode that wraps the content. This content can then be shown or hidden. You can achieve that inside Gutenberg with Inner Blocks.
Read MoreHow to use the WooCommerce Postcode Validator in Code
WooCommerce has a postcode validator built in which is used to find appropriate shipping methods on the checkout. In case you are going to extend some shipping methods or build something else with postcodes, you will learn here how you can use that for your own solution.
Read More