LC Code Freelancer web development. Making dreams become code. Desenvolvimento Web freelancer. Transformando sonhos em código.

Ok, there somethings that just the programming world can provide to you.Here we have an amazing example.At 03/12 and 03/...
14/03/2020

Ok, there somethings that just the programming world can provide to you.
Here we have an amazing example.

At 03/12 and 03/13 I had the opportunity to be the teacher/mentor in this mini course about Git and Github.

We made a lot of group dynamics and I could not just teach but learn a lot with those people. See their faces paying attention to me when I was talking about the importance and the flexibility of Git and Github was just incredible.

I need to thanks my monitors, that helped me a lot with the student. Without than it wouldn't be possible to make all that course.

Waiting for next opportunities like that XD.

What an amazing experience. Yes, I'd study data structure by myself at the beginning of 2019, but study it formally in t...
22/02/2020

What an amazing experience. Yes, I'd study data structure by myself at the beginning of 2019, but study it formally in the university is just amazing. I'm loving to understand not just the implementation, but the history too.

Ok, Java is definitely not my favorite language, but the professor is using it and it's very good to training my knowledge in OOP. So, I think I deal with it.

7:00 AM of a Monday. It was raining. It was cold (but not too much). It was the perfect time to... code, of course. XD.O...
20/02/2020

7:00 AM of a Monday. It was raining. It was cold (but not too much). It was the perfect time to... code, of course. XD.

One of my favorite things to do, related to my jobs, was starting to programming in other places then my office. Cars, Malls, university grass. Changing my work context is pretty good for some of those mechanical jobs (such as the basic HTML of an static page), it make me more creative and reduce de stress.

At this photo I was coding for . We are making a complete reformulation of the frontend in the webpage. I'm learning a lot of how do we manage the frontend in big applications with this job. In fact, this is one of the most magnifying experience I had last year, and one of the most I'm having in 2020.

let coffee = Cappuccino Viennese;let code = HTML + CSS + JS;let happiness = coffee + code;
19/02/2020

let coffee = Cappuccino Viennese;
let code = HTML + CSS + JS;

let happiness = coffee + code;

15/10/2019

S c r i t i v e

Wait for news...

body{filter: blur(4px);}Look at this amazing design made by  and implemented by me.I can't talk to much about this proje...
24/07/2019

body{filter: blur(4px);}

Look at this amazing design made by and implemented by me.

I can't talk to much about this project yet, but I can say that all the pages I'm coding to this project are a new challenge.

Working with a great designer is always a great experience. I'm not so good drawing websites, but after make all this pages with this designer, I could understand better that way of thinking.

I'll bring more pages and say too much more about this project and the code in the future. So, follow me for the news XD.

What an amazing experience!!!This week I'm  in the .csbc and in the last two days I was at the SEMISH Hackathon. This ha...
18/07/2019

What an amazing experience!!!

This week I'm in the .csbc and in the last two days I was at the SEMISH Hackathon. This hackathon was about solutions in IOT for a better relationship between the humanity and the earth.

Ok, I really love Arduino and electronic, but I'm not the best one doing these. In fact, we didn't use Arduino for our hardware solution k*k. Staying in this hackathon with people who know these things was one of the best learning experiences of my entire life.

More than just a learning experience, it was a test of all my knowledge about software development, clouds, management, teamwork and, the most importants ones, adaptation and problem solve abilities. Coding a entire MVP solution in 36 hours take all my knowledge to the limit and makes me know, too much better, where are my weakest and strongest abilities.

About our solution. We showed a whole intelligent system of traffic lights. The system is controlled by a platform and all the processing is made in a cloud (that was my responsibility xD). We used C to programming the thing, node.js to the cloud and all the hardware was provided by the knot (from Cesar labs). We made a generic, but adaptable, algorithm, this way we can use the solution in the most different cities and situations.

There is a lot of others cool things about our solution and a lot of others cool solutions that were showed in the final presentation. Maybe another day I can talk more about it showing some data of how our solution wants to reduce the average temperature and pollution. For now, I just want to say that I really love that new experience.

Wait for more hackathons XD.

@ Hangar Centro de Convenções e Feiras da Amazônia

"I guess this means we'll always be together" - Aang to Appa.Again, one more minimalist css draw. I need to say that I'm...
17/06/2019

"I guess this means we'll always be together" - Aang to Appa.

Again, one more minimalist css draw. I need to say that I'm loving to draw/code those minimalist characters. It's faster than draw a complex image, such as the Mabel I made before, and it's to beautiful to.

I'm really happy with my progress in css draw to. I'm coding faster and the code have less lines than before. And I think that the draws are better now to XD.

About this one here, this is Appa from Avatar, the last airbender, one my favorite animation. It's a kind of bison that can fly. The draw was made thinking in these principals things, looking always just to the minimal details that can represents Appa.

Look at thia query!!!Ok, ok, maybe it's not a big query, but I'm new in this back-end world and for me, It's enormous!!!...
23/05/2019

Look at thia query!!!

Ok, ok, maybe it's not a big query, but I'm new in this back-end world and for me, It's enormous!!!

Studying back-end and having more experience as a full stack developer, I'm starting to understand that back-end can be so beautiful as front-end is. It's a different kind of beauty, but it's really amazing too.

So, if you are a front-end developer, try some back-end even once in you life, it's a very great experience.

Another very productive work day xD. Today i used this book to help me with my queries, and this helps me a lot.I receiv...
13/05/2019

Another very productive work day xD. Today i used this book to help me with my queries, and this helps me a lot.

I received this book as a gift this month. At the beginning i thought that i won't use this book at any time and I'm so happy that i was wrong.

Sometimes i work without internet, and my biggest problem is when i have a big query to do and i don't remember how to do it. This book solved completely this problem xD.

About my day, today i focused in solve some back-end problems in one application I'm building. So a take this photograph at the end of this, but the day was so good, that i start to solve front-end problems and at the end of everything, i finished the hole front-end of this application.

Theres is a lot of hard work to do until i can post this job here, but today make everything closer xD.

In order to study and learn more every day, i challenge myself to implements, in vanilla JavaScript, one Alghoritm per d...
18/04/2019

In order to study and learn more every day, i challenge myself to implements, in vanilla JavaScript, one Alghoritm per day.
I tried it on Java once, but it's not my favorite programming language, so I'm trying it in JS now.

If there's something wrong in my code, please, comment below!!!! XD

This first one, and many of you now this, is called Selection Sort. It's a sorting algorithm and it's definitely not a fast algorithm.
In my opinion, the great thing about this one, is that it tries to simulate one of the ways that our mind works when we are sorting some data (as playing cards or money).

There's an step-by-step (in pt, sorry) of who this algorithm works. But i will explain the next ones in the post description xD.

It's important to say that i will not post every single algorithm i implements, but just those that i really like, ok?

"Hey I'm Mabel! I'm twelve and own a pig! Wanna get married?I keep trying drawing with just html and css, and maybe, but...
08/04/2019

"Hey I'm Mabel! I'm twelve and own a pig! Wanna get married?

I keep trying drawing with just html and css, and maybe, but just maybe, I'm getting a little bit addicted.

In order to organize my feed, i going to start post my attempts in the ig story. So if you'd like to see my artistic evolution, follow me xD.

Endereço

Avenida Júlio César Souza
Belém, PA
66613902

Notificações

Seja o primeiro recebendo as novidades e nos deixe lhe enviar um e-mail quando LC Code posta notícias e promoções. Seu endereço de e-mail não será usado com qualquer outro objetivo, e pode cancelar a inscrição em qualquer momento.

Compartilhar