Here is how you can quickly add a member to your Mailchimp mailing list through PHP and using the Mailchimp API. Step 1 – GET API Helper File Go to https://github.com/drewm/mailchimp-api Grab the MailChimp.php inside the src folder Place it… Continue Reading →
Here 10 simple javascript For-Loop Exercises to test your introductory-level understanding of Javascript For-Loops. Use for-loops in all of your solutions below. Scroll down to the bottom of the page for an embedded compiler. Exercise 1) Get the sum of… Continue Reading →
Be an informed coding student and stay up to date on the latest coding news courtesy of Google news.
Let’s see if I remember the exact steps I took to add reCAPTCHA v3 to my rails application… Local Development Gemfile Add ‘recaptcha’ gem Run bundle install .env I am setting my environment variables using .env. Oh yeah, if you… Continue Reading →
The future is remote. Code tutoring services are no exception. I would imagine most code tutoring are already happening online and if not it will be in the near future for sure. This brief post will just go over some… Continue Reading →
There are thousands of linux/mac commands. But you only need to know less than a dozen commands to get by as a new developer. Here are the top 10 command line commands every new developer should know. ls – List… Continue Reading →
The following is a compilation (in a cheat sheet format) of the most common steps when starting a new web development project. It includes info on git, loading CSS and JavaScript files and how to debug your page. Git Cheat… Continue Reading →
Here is what I did to be able to send web push notification to users on my site who accepted receiving them. I found Airship’s documentation site slightly on the confusing side although the following page was helpful. https://docs.airship.com/platform/web/getting-started/ I… Continue Reading →
So you downloaded an amazing website template that you just can’t wait to work with. You were able to customize the whole template except for the contact form part. You realize that it takes some backend work in order for… Continue Reading →
This is brief overview on how to enable the mic on TeamViewer for both Windows and Mac. Windows Method 1) Expand the ‘mini’ TeamViewer window Click on Headphones then under Audio click on the crossed out mic Method 2) Open… Continue Reading →
© 2024 AvanTutor Blog – Tips, Tricks, and Resources for Mastering Coding — Powered by WordPress
Theme by Anders Noren — Up ↑