Code Monkey home page Code Monkey logo

arcada's Introduction

Hi, I'm Nicoleta 🌸

🌸 I'm a software engineer based in Bucharest, Romania.

πŸ¦‰ Current role: Software Engineer @ Hootsuite.

πŸ‘©πŸ»β€πŸŽ“ Graduated with a degree in Computer Science @ University of Bucharest in 2022.

πŸ‘©πŸ»β€πŸ’» Completing a Master's in Software Engineering @ University of Bucharest, est. 2024.

✈️ ex-Erasmus+ Exchange Student @ Julius-Maximilians-UniversitÀt Würzburg, Oct 23 - Mar 24.

Mehanix's profile card Mehanix's most used languages

View counter for mehanix

My projects

🌸 I've been tinkering with code since high school. I learn by doing, therefore I have built a few projects over the course of the years.
Click on the cards to learn more about the projects.



✍🏻 I sometimes write technical articles on my blog πŸ“, the most successful of which has gained 73K views.

πŸ† 197th place in the Top Most Active GitHub Users in Romania (August 2022)

Reach out! 🌟

Feel free to get in touch via:

arcada's People

Contributors

mehanix avatar ssakibhossain10 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

Watchers

 avatar  avatar

arcada's Issues

Keep notification pop-ups with tool instructions visible at all times

When I pressed on the "draw walls" button, a notification popped up explaining how to use this tool. However, after clicking around for a bit, the notification disappeared and I forgot what I had to do to exit the tool πŸ˜…

I think it would be more helpful to keep this notification (or some similar info display) visible at all times while using the tool, so the user doesn't have to remember what was initially written on the popup.

image

Missing constant variable import

Getting an error when trying to run this project.

In the Handle.ts file showing Cannot find name 'WALL_THICKNESS'

Already I fixed it.

Relationship between WallNodes and WallnodeLinks

Hi

First of all: thank you so much to make this publicly available!
When I was looking through the setup, I stumbled on this:

"wallNodes": [
{ "id": 1, "x": 2200, "y": 2300 },
{ "id": 2, "x": 2720, "y": 2300 },
{ "id": 3, "x": 2720, "y": 2600 },
{ "id": 4, "x": 2400, "y": 2770 },
{ "id": 5, "x": 2470, "y": 2300 },
{ "id": 6, "x": 2470, "y": 2500 }
],
"wallNodeLinks": [
[1, [4, 5]],
[2, [3, 5]],
[3, [4]],
[4, []],
[5, [6]],
[6, []]
]

Could you explain the relationship between the wallnodes and the wallnodelinks please?
I drew room, with multiple angled walls, but now I am trying to figure out what the link is between wallnodelinks and wallnodes.

thanks!

Project license?

Hi there πŸ‘‹ could you clarify the license terms under which this project is published? I couldn't find anything in the usual locations (package.json or LICENSE.md). Thanks in advance!

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.