Open in app

Sign in

Write

Sign in

Merce Bauza
Merce Bauza

15 Followers

Home

About

Jun 25, 2019

JavaScript EcoSystem

Getting to know the Javascript ecosystem can be a bit overwhelming at the beginning specially if you are not really familiar with JavaScript specific terminology like Node.js, babel, ECMAscript… and you are working or starting a new project that uses JavaScript. …

JavaScript

3 min read

JavaScript

3 min read


Jun 10, 2019

First time deploying my app

Travis, Heroku and some first time tips! — For the last couple of weeks, I have been developing an application that it is ready to be deployed. Not necessarily finished, but with enough features that could be use by the general public. After doing a bit of research on how to deploy an app, I found that one…

Continuous Integration

4 min read

Continuous Integration

4 min read


Apr 9, 2019

Monolithic vs SOA vs microservices

Recently I have joined a team that want to migrate their software architecture from monolithic to microservices. I am going to dive into those terms to understand the differences between them and when to use which. What are components? In order to understand the types of architecture, I will briefly explain what the…

Microservices

2 min read

Monolithic vs SOA vs microservices
Monolithic vs SOA vs microservices
Microservices

2 min read


Mar 4, 2019

Threads and processes

Every time you run a program in your computer, it will create a process. This process will know about the execution of your program, that will happen in sequential order, meaning that it will wait for any calls to be completed or instructions to be finished to continue with the…

Programming

2 min read

Programming

2 min read


Feb 12, 2019

Polymorphism in Java

Static and dynamic — Object-oriented programming is built on four pillars: abstraction, encapsulation, inheritance, and polymorphism. Those concepts help OOP to benefit of the usage of objects, and as a consequence, create the “best practices” to use them. As an example, objects could be created with the ability to take on the properties of…

Programming

2 min read

Programming

2 min read


Jan 29, 2019

Composition vs. Inheritance

Deciding when to use which — Composition and inheritance are two terms used in Object Oriented Programming. Both are design techniques that helps us organise and structure the code in order to optimise the way we write code. Meaning we can create more easy understandable code, open to extension and closed for modification, good designed and…

Programming

2 min read

Programming

2 min read


Dec 18, 2018

Executable file in Ruby

In order to run a program, the computer needs to execute it following precise instructions specified in a file in the application. In a Ruby project, this file contains commands for the Bash to execute the file, followed by the scripts of the starting point of the application. Location The location…

Programming

2 min read

Programming

2 min read


Dec 6, 2018

Colons in :ruby

Learning small things every day — Being curious when learning a new programming language could lead to discover new things that could potentially help you understand the language a bit better. I am currently creating a game in Ruby and in my code I have been using colons multiple times but I didn’t no why until…

Ruby

2 min read

Ruby

2 min read


Dec 5, 2018

The secrets of ruby enumerable

Coming from a Java background, learning ruby has its challenges. I tend to write all the methods using loops and temporary variables and booleans… and there’s nothing wrong with it, but I always end up with very long and clunky and sometimes complex methods, that they could be difficult to…

Ruby

2 min read

Ruby

2 min read


Dec 4, 2018

Putting TDD in practice

It’s all connected! — I have been learning new concepts about programming and best practices: TDD, SOLID principles, refactoring… among others, during the last couple of weeks. For my Tic-tac-toe, I have challenged myself to apply them to my code, introducing them when necessary and over time (I don’t recommend to introduce them all…

Programming

3 min read

Programming

3 min read

Merce Bauza

Merce Bauza

15 Followers

Software crafter at 8th light

Following
  • Per-Erik Bergman

    Per-Erik Bergman

  • Himalee

    Himalee

  • Gabriella’s Journey

    Gabriella’s Journey

  • Codeidoscope

    Codeidoscope

  • Santi Pdp

    Santi Pdp

See all (9)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams