CodeNewbie Community 🌱

Cover image for I’m Fernando Doglio — Author, Engineer, Super Geek. Ask Me Anything!
Fernando Doglio
Fernando Doglio

Posted on

I’m Fernando Doglio — Author, Engineer, Super Geek. Ask Me Anything!

Hi CodeNewbie Community!

It’s a pleasure to meet you. I'm Fernando Doglio: Data Engineering Manager at Accenture. I joined @saron on this most recent episode of the CodeNewbie Podcast – and had a great time!

I hope you enjoy the show this week. You can listen here or on your favorite podcast platform.

After you listen, I’m available to answer any questions you might have about my work, my interests, or anything else that feels relevant in the comments below.

Here are a few things about me to kick things off...

  • I consider myself an eternal student
  • I’ve written several books (a great way to satiate your curiosity on a topic!)
  • I love helping other developers out with their projects and interests. After over 18 years in the industry, I definitely have some knowledge to share!

Feel free to ask me anything in the comments below!

Top comments (13)

Collapse
 
mayorlekan profile image
Mayokun Abiola • Edited

Hello Fernando,
I'm a newbie in IT and I'm getting started as a backend developer, and I'm talking the self-taught route. I just completed a training in node.js which basically introduced me to the basics. Right now, I don't know what to do next. What courses do you think I need to take to come out as a confident backend developer.
Also, are you open to mentoring people on a more one on one basis? I need a mentor badly now. Thanks

Collapse
 
deleteman123 profile image
Fernando Doglio

What topics did you cover on the node.js training you just finished? I would say that instead of going for another training, try to duplicate a project. Something basic that you can create on your own. Through that process you'll stumble upon a lot of problems and working through them will help you learn more than just doing another tutorial.

Collapse
 
mayorlekan profile image
Mayokun Abiola

Thanks for your reply. In the training, I covered html, css, bootstrap, javascript, node.js and mongoDB. And your suggestion is well noted.
Thank you.

Collapse
 
otumianempire profile image
Otu Michael

Hello. Say I want to find and apply for entry level or junior developer jobs (preferably remote), how do I do that? (Back end developer here). What kind of projects should I focus on? And tips for personal improvement. Thanks

Collapse
 
deleteman123 profile image
Fernando Doglio

Hey Otu, thanks for commenting!
If you're looking to get hired, there are plenty of job portals out there you can use, but I would start with LinkedIn. Make sure you have a good profile there, complete with a good picture, description of what you know how to do and links that showcase your experience.
As for projects you can work on, I would say things like:

  • CLI tools (Node.js is great for that)
  • APIs, REST & GraphQL are both in demand
    • Pay attention to things like API design, especially when implementing REST apis.
    • Auth methods, there are many and very different
    • Modularity, it is better to go monolithic or microservice-based?

Taking just those 2 types of projects, you can give them specific tasks and implement many different variations. Also, what technology are you going to focus on? For back-end (which I'm assuming you mean web back-end) you have some great ones like Node.js, Python, Ruby even PHP. Pick one and focus on that one for the time being. That would be my advice.

Collapse
 
otumianempire profile image
Otu Michael

Thanks Fernando

Collapse
 
michaeltharrington profile image
Michael Tharrington

You mentioned doing some game development at the start of your dev experience. Do you still occasionally create games or have any games that you created that you're particularly proud of?

Collapse
 
deleteman123 profile image
Fernando Doglio

Hi Michael, thanks for asking!
Sadly no, I don't create games anymore. I love the idea of working on games and I'd love to work on game development, but I never really developed my skills in that area enough to work for that industry.
The last "game" I worked on was to test an idea I had on how to create a platformer around the concept of those typing games I used to play as a kid to learn how to properly used the keyword. I published my process on Dev.to actually:

dev.to/deleteman123/my-hacktoberfe...

It was a fun week-long project, but I never did anything more than that with it.

Thanks again for asking!

Collapse
 
michaeltharrington profile image
Michael Tharrington

Of course, Fernando!

And while I get that you're not currently focused on building games, this build a game in 7 days project is so awesome! I really like the design of the game and the motivation behind it all — I never had a cool typing game when I was kid, just had something called Ultrakey back in the 90's. It was horrible for kids, lol... no real game in it at all, just words per minute typing. 😱

Anywho, hope it helped your son learn to type!

Collapse
 
ben profile image
Ben Halpern

Can you elaborate on your title? What does it mean to be a Data Engineering Manager? Thanks!

Collapse
 
deleteman123 profile image
Fernando Doglio

Hi Ben, thanks for asking!
I work for a group that is highly specialized on doing Data Science around Supply Chain use cases and inside that group, I lead the practice of Data Engineering.
We as Data Engineers support the needs of those looking to exploit data, which means that for a new project we try to create the right architecture for the use case, work on the data pipelines to retrieve and transform the data according to the needs of others. That sort of thing.
As a Manager, I'm also leading a few projects that are heavily data-transformation related and I'm involved in several pre-sales opportunities acting as an SME to help develop the best technical proposal for each client.

Did that answer your question? Or were you looking for something else? If you still have more questions please let me know!

Collapse
 
gracie profile image
Gracie Gregory (she/her)

Hey Fernando! That's so impressive that you've written three books! What was the biggest lesson you learned when writing your first?

Collapse
 
deleteman123 profile image
Fernando Doglio

Hi Gracie! Thanks for asking!
I think the biggest lesson I learned after writing my first book was that I don't have to be an expert on a subject to get started with a book.
My first book was about REST API Design for Node.js. At the time I was sure I was an expert on the subject, which led to me believe I could write the book. However, through the process of writing it I realized I had a lot of facts wrong and I ended up learning quite a bit about REST itself before I finished writing the book.
To me, the lesson was that I could write about anything as long as I felt comfortable donig the research about it. Which is why I then wrote the book on Python Optimization. I never worked with python professionally but I felt I could research the topic enough to write about it.
And the same goes for all my other books (I'm about to publish my 8th right now), the key is to remember that authors aren't experts (not always), they're just good at researching and re-arrenging that knowledge to be easily read & understood by others.