Skip to content
View Lmendev's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@codecimalsoft @Lmendev-lab @mok-labs
Block or Report

Block or report Lmendev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Lmendev/README.md

Hi! I'm Luis ๐Ÿ‘‹

Systems Engineer ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป passionate about coding focused on web technologies. Interested in design, tech and OpenSource.

Codewars Badge

About me

developer gif

  • ๐ŸŒฑ Now, I am learning about react and TypeScript
  • โœ๐Ÿผ I'm writing about simulating a MIPS processor on my blog, check it out!
  • ๐ŸŽน Aside from coding I enjoy play piano
  • โœ‰๏ธ Send me an email, asking for help or just to say hi! ๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ

Last learned commands

Command Description
cal Displays current month's calendar with current day highlighted
uptime Show uptime
unalias Remove an alias from the already defined aliases
cd - Return to the previous directory
history Shows a list of previous commands

Useful aliases

Alias Command Description
dcupd docker-compose up -d Build, (re)create, start, and attach to containers for a service as daemon
gswm git switch $(git_main_branch) Switch to git_main_branch (usually main or master)

Social

Follow @Lmendev on X

Pinned

  1. rollercoin-calculator rollercoin-calculator Public

    ๐Ÿงฎ The most accurate and complete Rollercoin calculator

    HTML 16 9

  2. patlabor-api patlabor-api Public

    ๐Ÿค– API with information of Mobile Police Patlabor

    PHP 7

  3. Create a semicircle with Google Maps... Create a semicircle with Google Maps API v3. Coordinated and azimuth data are required. This is an adaptation of https://groups.google.com/forum/#!topic/google-maps-api/rKefiTZPXE8
    1
    const drawSector = ({ lat, lng, r, azimuth, width, map }) => {
    2
      const centerPoint = new google.maps.LatLng(lat, lng);
    3
      const PRlat = (r / 3963) * (180 / Math.PI); // using 3963 miles as earth's radius
    4
      const PRlng = PRlat / Math.cos(lat * (Math.PI / 180));
    5
    
                  
  4. Simple Google Earth KML Balloons wit... Simple Google Earth KML Balloons with Tabbed Navigation using HTML and JavaScript
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <kml xmlns="http://earth.google.com/kml/2.2">
    3
      <Document>
    4
        <name>Simple balloon tabs example</name>
    5
        <Folder>