I had a dream last night which solved an issue I was having with the microservice architecture of a project im working on. Not everything from the dream was useful, but it's great waking up with a clearer mind. I bet the whisky helped... #developer#reactjs#node#javascript#js
I have been building a backend with #NestJS recently, and I absolutely love it. I love the organisation and structure that's expected with it. It has also made validation a simple process. #NodeJS#SoftwareEngineer
Firebase Emulator is brilliant. I've had a couple small issues getting it running correctly with functions. Need to open a second terminal and run a watch command in the functions directory. Docs are light on this. #developer#googlecloud#js#ReactJS
Working on a new project with NextJS & Google Cloud. It's been some time since I last worked with GC but I'm making progress. Big change from v8 > v9 so looking forward to this one. #developer#react#SoftwareEngineer#NextJs
I have taken inspiration to write a solid business plan. Not for anyone else, but for myself to stay on track.
I find I'm always getting distracted and I think setting goals will actually help keep me motivated. Sticky notes won't help here.
#business#development#webdev
DAY 5️⃣
It has been a while since I setup a #dotnet project but it's refreshing to see that they have added @SwaggerApi ui page to 5.0 for development.
#developer#100DaysOfCode
@pauxdsantamaria I wouldn't totally agree - I work on a lot of client projects and contracts and so I use the videos for refreshers or tutorials on specific functions - the issue is all the sales on udemy that encourage me to buy it within a specific time — which I fall for but don't use 😂
Day 3️⃣
I have signed up to @VueSchool_io so that I can get to grips with the latest updates while I'm working on this new client project.
I love their site, I think the ui alone swayed me from just buying another udemy course.
#100DaysOfCode#vuejs#js
[Day 3] - today I have been using #vuejs on a #Dotnet solution with #umbraco. To say that I use a wide range of languages and frameworks for work is an understatement 😂
I have a lot to learn with Vue as I usually work with #reactjs and #angularjs. Vue3 looks 🔥
#100DaysOfCode
[Day 3] - I've already had a docker container compromised that was running a demo site for less than 24h. It was modified to mine crypto without my knowledge but thankfully the team at digital ocean flagged it. Time for a docker security course...
#100DaysofCode
[DAY 3] - I can totally believe that I forgot day 2 so quickly 😂
I got a little distracted with a new project and trying to juggle the teams delivery timeline.
I have enjoyed getting a deeper understanding of docker - excited to learn about swarms soon.
#100Daysofcode
[Day 1] - I want to start documenting some of my progress & thoughts across different frameworks, tools and languages. I always say I will but never actually do. If I start now then I will be less likely to stop 😂
Today I want to look more into docker #100DaysOfCode
@webk1d - Love your work and React Flow Library! Just wanted to note that docs show proptype of:
onlyRenderVisibleElements: default: true
This seems outdated and should read:
onlyRenderVisibleNodes: default: true
Might save someone else a bit of confusion! :D