programming Getting started with Java and Scala projects using Maven, intellij Coming from a Python/Php and/or systm administration bacground with no little to Java experience is daunting. POM? What is that? (Is this like setuptools?) Not really, but sort
programming How to build and publish a package on pypi.org Notes for building and publising a python package to pypi.org These notes are for python 2.7, sorry, but they still may be useful for python 3.x. Build
reality Do Programmers Need Math? Do Programmers Need Math? No. I'm writing this article after quite a few years of programming. No, I'm not an expert by any means nor do I profess to be
programming Angular 6 Dynamically Add Rows Reactive Forms How To For this we'll create an example form which allows an admin user to add multiple selling points (rows) to a product to demonstrate dynamicaly adding multiple form inputs to a
programming Magento 2 Enterprise Upgrade How To This article is for both developers and business decision makers. Migrating and upgrading from Magento 1 to Magento 2 is a big task but planned well; it can go smoothly.
open source How to make an Angular 6 material design cdk & pwa app Step 1: Get excited about new shiny things By reading this: https://blog.angular.io/version-6-of-angular-now-available-cc56b0efa7a4 If you need help setting up an ssl certificate, read our guide How to
programming How to set-up .app domains with ssl and apache Get a new shiny .app domain name Google sells .app domains, and many other registrars. The key thing with .app domains is they must be served over https for browsers
programming Flask get server host How to get Flask server host address? The flask python app host can be accessed (during a request) by running: flask.request.host # Or the full url: flask.request.host_
programming Quickest way to find active php.ini How to quickly find active php.ini file? You're administering a system you're not familir with (?) and need to quikly know the location of the active `php.ini` file. Simply
open source Angular httpClient POST Duplicate Parameters Array (like php form elements) [] We were creating an Angular app which needed to post to a legacy PHP application and need to post same name / duplicate array parameters over a post request. Our Angular
programming What are PHP Static Functions (Methods) & Properties? This is largley thanks to Matt Zandstra's book " PHP Objects Patterns and Practice" buy his book: Amazon UK | Amazon US As I feel more safe delving into frameworks
debugging Make your website load fast. Improve web render (repaint) speed We were challanged to improve the time to first paint (aka First Meaningful Paint) of a client's shopify theme. Study 34 has a beautiful mission for people who care about
programming About Service Workers Support an offline experience YEAH! Do tasks in the background Push notifications Background sync e.g. progressive web apps (PWA), caching, indexedDB Eh? What about memory usage and bloated apps?
programming Checksum and CRC How To Checkum Let's have a go! decide and agree on a number by which we divide by (e.g. 16) take sum of all the numbers Agree on a number to