Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View jandrana's full-sized avatar

Highlights

  • Pro

Block or report jandrana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jandrana/README.md

Profile banner

Static Badge Static Badge

#include <stdbool.h>

int  main(void)
{
    struct  about_me jandrana = {
      .name = "Ana Alejandra Castillejo",
      .pronouns = {"she", "her"},
      .age = 21,
      .student = true,
      .hired = false,
      .contact = "[email protected]"
    };

    struct  student my_studies = {
      .is_student = true,
      .status = {"42 Student", "Datacamp" , "Codecademy", "HackTheBox", "LeetCode"},
      .campus_42 = "Málaga",
      .login_42 = "ana-cast",
      .datacamp_url = "https://www.datacamp.com/portfolio/jandrana",
      .codecademy_url = "https://www.codecademy.com/profiles/jandrana"
    };

    return (0);
}

💡 Present

    🎯 Since September, 2023 I'm a student at 42 Malaga. My passion lies in coding, from developing challenging C and C++ projects at 42 to improving my system administration skills, diving into the Data Analysis world for learning AI and machine learning or even creating engaging web pages for touristic apartments while creating tons of virtual environments for specific needs.

    👩‍💻 In my public repository, 42 Cursus, you can track my progress and check out the work I'm doing during my 42 journey.

    📚 Additionally, I love improving my skills in different areas. Focusing on Data Science, more specifically on Machine Learning and AI with Datacamp while also learning new programming languages using platforms like Codecademy. Finally, I'm learning the basics of the cybersecurity world through on-site events and the Hack The Box platform.

📊 Github Statistics


Details

⏳️ View my WakaTime Statistics

Profile Views

🐱 My GitHub Data

📦 38.7 kB Used in GitHub's Storage

🏆 0 Contributions in the Year 2026

💼 Opted to Hire

📜 23 Public Repositories

🔑 18 Private Repositories

I'm a Night 🦉

🌞 Morning                25 commits          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.62 % 
🌆 Daytime                1290 commits        ████████░░░░░░░░░░░░░░░░░   32.17 % 
🌃 Evening                2533 commits        ████████████████░░░░░░░░░   63.17 % 
🌙 Night                  162 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   04.04 % 

📅 I'm Most Productive on Tuesday

Monday                   682 commits         ████░░░░░░░░░░░░░░░░░░░░░   17.01 % 
Tuesday                  1005 commits        ██████░░░░░░░░░░░░░░░░░░░   25.06 % 
Wednesday                913 commits         ██████░░░░░░░░░░░░░░░░░░░   22.77 % 
Thursday                 499 commits         ███░░░░░░░░░░░░░░░░░░░░░░   12.44 % 
Friday                   579 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.44 % 
Saturday                 199 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   04.96 % 
Sunday                   133 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   03.32 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Europe/Madrid

💬 Programming Languages: 
No Activity Tracked This Week

🔥 Editors: 
No Activity Tracked This Week

🐱‍💻 Projects: 
No Activity Tracked This Week

💻 Operating System: 
No Activity Tracked This Week

🧠 View my Skills and Knowledge
Experience with
Languages C C++ Python GNU Bash HTML5 CSS3
Operating Systems Linux macOS Parrot Debian Ubuntu
Tools and Platforms Git GitHub VirtualBox Docker Jira Clickup Trello Notion Confluence
Machine Learning, Deep Learning NumPy Matplotlib Pandas PyTorch scikit-learn SciPy
Project Documentation GitHub Actions Doxygen Docstrings Docsify
Design Adobe Photoshop Figma Canva Invision
Web MySQL MariaDB WordPress Bootstrap Markdown
Education 42 Datacamp Codecademy Hack The Box
Thank you for visiting my GitHub profile! Let's learn and code together. 🚀

Pinned Loading

  1. 42-Cursus 42-Cursus Public

    This repository contains all the projects that I am currently developing as a student at 42 Málaga

    C 13 1

  2. 42cleaner 42cleaner Public

    Script designed to clean cache and temporary files for 42 students with Linux/Ubuntu. Includes install.sh, uninstall.sh, process_name.sh, and clean.conf for configuration. Detailed documentation pr…

    Shell 13 1

  3. 42github-workshop 42github-workshop Public

    3 5

  4. crossmint-challenge crossmint-challenge Public

    This repository contains my solution for a coding challenge as part of Crossmint's Internship program.

    Python