Abraham Garcia in Application Development   Sunday, August 25 2024

Generate your Icons and Splash Screen Ionic

Learn how to easily customize splash screens and icons in your Capacitor.js app with our detailed guide. Enhance your app’s branding and user experience by following our step-by-step instructions for creating and implementing custom assets.

You can generate Splash Screens and Icons for your iOS, Android or Progressive Web Application using the @capacitor/assets tool. First, install @capacitor/assets: npm install @capacitor/assets --save-dev Provide icon and splash screen source images

Continue reading
Abraham Garcia in Application Development   Monday, April 17 2023

How to Backup Directory on Ubuntu Server

Learn how to backup a directory on ubuntu so you can store all your files in one quick command. This has saved me lots of time.

In order for you to backup a directory follow this short tutorial to get started tar -zcvpf /[Backup_Location]/[Backup_Filename] /[User_Home_Directory_Location] I have detailed here the explanation of the commands for better

Continue reading
Abraham Garcia in Application Development   Monday, April 10 2023

Why Learn Python Programming?

Python is a general-purpose programming language. You can pretty much do whatever you want with it (and we'll soon see how wide everything is)

I should probably elaborate a bit on that. These are some of the main arguments for learning Python. Python is a general-purpose programming language. You can pretty much do whatever

Continue reading
Abraham Garcia in Application Development   Saturday, November 19 2022

WordPress Boilerplate for Git

A WordPress Boilerplate Platform with Composer to Load Plugins. Perfect tool to separate staging and production environments.

I recently found bedrock a WordPress Boilerplate for Git. Some reasons why I thought it was an important tool for WordPress Developers Better folder structure Dependency management via Composer Easy

Continue reading