Code Monkey home page Code Monkey logo

yizack / instagram-feed Goto Github PK

View Code? Open in Web Editor NEW
94.0 5.0 29.0 59 KB

PHP library to retrieve an Instagram profile feed. Embed a simple Instagram feed of your authorized Instagram accounts on your website with our example using the library and Glide.js. [auto-refreshing acces token support]

Home Page: https://instagram-feed.yizack.com

License: MIT License

PHP 100.00%
instagram php instagram-api instagram-feed instagram-profile facebook

instagram-feed's Introduction

Welcome to my GitHub Profile! πŸ‘‹

Name: Yizack Rangel
Contact: [email protected]
Website: https://yizack.com
Country: Panama Panama

Currently, I consider myself an enthusiast in the development of Progressive Web Applications (PWAs), mainly using Nuxt, the Vue framework, and the power of Serverless services to take advantage of their high performance at a low cost.

I have been passionate about computers and new technologies since I was 14 years old. It all began when I created my first blogs and bravely tried to understand and use HTML editors. Later, I started watching videos to learn Java and JavaScript, which allowed me to develop automated posting bots for social media.

I studied Computer Systems Engineering at the Technological University of Panama. I am deeply passionate about computers and emerging technologies. I have experience in web and mobile app development, system automation, and database management. With my determination, I am confident in my ability to overcome any programming challenge that comes my way.

Linkedin Twitter Instagram

πŸŽ“ Education

Universidad TecnolΓ³gica de PanamΓ‘
Engineer's degree, Computer and Systems Engineering
Panama City, Panama
Jan 2016 β€” May 2022

Escuela Secundaria Pedro Pablo SΓ‘nchez
Highschool diploma, Science
La Chorrera, Panama
Feb 2010 β€” Dec 2015

πŸ’Ό Work Experience

Programming Specialist at Millicom (Tigo)
Panama City, Panama
Aug 2023 β€” Mar 2024

Web App Developer at GRUPO K & H, S.A
Pacora, Panama
May 2022 β€” Present

  • Develop from scratch a web application to manage the inventory of products, suppliers, sellers, invoices, and customers of the company using Node.js on Heroku.
  • Work alongside the Administrator to plan, develop, document, test, deploy, and maintain the web application and database.
  • Create and maintain a role-based user login system.
  • Develop a REST API to control user functions using Express.js with PostgreSQL while utilizing Vue.js on the front end.
  • Implement Word and PDF invoices generator for physical printing.
  • Incorporate search filters and Excel files generator of all the data for further analysis.

Full-Stack Developer and Administrator at Panama Esports Productions
Panama City, Panama
April 2019 β€” Present

  • Helping projects in favor of Esports and Gaming in Panama.
  • Administration of the server, official website, and company's web domains.
  • Work alongside the CEOs and Graphic Designers to plan and create landing web pages built with PHP or Vue.js for promoting and exhibiting gaming tournaments.
  • Implement web forms for collecting tournament participants' data using MySQL.
  • Carry out any other programming or web design work for clients who contact the company looking for a personalized service.

⚑ Quality Practices

  • Clean and readable code
  • Use of code linter rules
  • Performance optimization
  • Troubleshooting
  • Continuous Integration
  • Optimistic
  • Ability to adapt and learn
  • Analytical and logical skills
  • Time management

πŸ“Œ Skills

Frontend Technologies

JavaScript TypeScript Vue.js Nuxt jQuery HTML5 CSS3 Bootstrap 5

Backend Technologies

Node.js PHP Laravel Java Cloudflare Workers MySQL PostgreSQL SQLite Oracle Visual Basic Python

Software Skills and Tools

Git GitHub Heroku AWS Vercel Netlify Google Cloud Cloudflare Linux Docker Android Studio Visual Studio Code ESLint Capacitor pnpm Postman Gitlab Remedy SAP Data Services

Continuous Integration

GitHub Actions CircleCI Jest Vitest CodeCov

APIs I've worked with

GitHub Twitter Meta YouTube Spotify SoundCloud Google Cloudflare Discord Riot Games Twitch PayPal Paddle

πŸ“Š Github Stats

github-readme-stats

github-readme-stats

πŸ“„ Gists

gists-readme

🎢 I love music

Now playing on Spotify

spotify-github-profile

Spotify Spotify

instagram-feed's People

Contributors

vachzar avatar yizack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

instagram-feed's Issues

Getting the below error in line 59

post() in C:\xampp\htdocs\insta\index.php:59 Stack trace: #0 {main} thrown in C:\xampp\htdocs\insta\index.php on line 59

the line 59 is:

php notice

This might not look important since it is a php notice, however, it seems the json will not be updated because of this notice.

( ! ) Notice: Trying to access array offset on value of type null in C:\wamp64\www\testing\instagram-feed-master\functions.php on line 24

which is:
$date_json = request("$site/update.json")["update"];

the value returned is null from request() function. Also, the return response was passed through json_decode(). Update is to be accessed using $response->update.

I suggest to avoid this call and replace with with file get content function:

$update_file = direname(FILE) ."/update.json";
$date_json = file_get_contents( $update_file );
:
:
if(strtotime($date) - strtotime($date_json) > 86400)
{
fwrite($update_file , json_encode($array, JSON_PRETTY_PRINT));
:
}
πŸ‘

white screen

help me plz , i try setting up but result white screen ....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.