technical team lead What does it take to become a productive Technical Team Lead? If you are a senior/lead developer with a passion to develop your people skill and leadership skills and push yourself one level up, looking into Tech/Team lead role can be an
second language speaker Challenges in public speaking for ESL Do you want to become a public speaker in tech? CFP day conference is a global event dedicated to people who like to build public speaking skill. In particular, in the Tech area
presentation Virtual presentation experience Learn from experience and others While I was supposed to present a technical talk to developers at NDC Oslo, one of Europe's largest conference, due to Covid19 situation has changed and we all
vuejs Hybrid solution with Typescript, Vue components and ES2015+ Vue version 3 is written by Typescript and quite compatible with it but officially I am still using Vue version 2 which is not 100% aligned with Typescript. There are a few approaches
covid19 SIF(Support,Flexibility,Innovation) is what helps the teams overcome COVID-19 restrictions My story on how I provided and get support from my team and my community over COVID19 period Life is, even now, sometimes a bit too full. Right before Covid19 my team and
collaboration Collaborating ideas with digital whiteboards I am kinda of a person who loves to draw my thoughts and ideas on the boards! Since I was at school, I always used a whiteboard to draw the flows, I used
vuetify JSS,THE HEADLESS CMS- PART 3 Style your Vue JSS with Vuetify Styling your JSS Vue.js app with using Vuetify a library based on Material Design
jss JSS, THE HEADLESS CMS- PART2 In this post, I will show how I am using JSS to build a dynamic frontend app with reusable components. Also how to build a new web app with Vuejs and JSS which
achieving goals Recap of 2019 and how I achieved my goals! Never-ending Circle Of Growth It is been a few years I am drawing my circle of growth every year right at the begining of the year and sometimes during the year I look
jss JSS,THE HEADLESS CMS- PART 1 In this post, I just discuss why we need JSS and what issues might happen during the installation. Why headless CMS? One of the popular CMS is Sitecore which is based on Asp.
innovation Innovation and learning are two sides of the same coin! I have done a talk recently at Microsoft Innivation day. That was an epic day where Satya Nadella the CEO of Microsoft came to Sydney and enlighten IT experts about Technology Intensity and
serverless SignalR and Serverless? It comes true Serverless Real-time Application! In one of my posts on Azure SignalR Services, It was discussed that with Azure signalr service we can decouple the connections from the hub logic into Asp.net core!
learning Have lunch and impact on your company It is the time to celebrate the 1st anniversary of the Brown Bag sessions I have been running at Challenger since joining. I would like to take this opportunity to share some of
vuejs Building SPA module inside Sitecore How to use Vue.js in Sitecore One of the abilities of Vue is being progressive. It means you might only introduce Vue.js core library or using full functionality of vue.js
azure app service Azure SignalR Service with Asp.net Core/ Vue.js Realtime applications and use cases Today's modern apps are expected to deliver up-to-date information without hitting a refresh button. Real-time apps require high frequency updates from the server. Examples are gaming, social networks,
Azure signalR service Azure SignalR Service Troubleshooting In this post I am describing the issue I faced on creating the Azure SignalR service and how I figured it out: Grabbed the connection key and added to my project which uses
security App security tips and tricks I was in two days workshop with Troy Hunt and Here is some notes I took during the workshop to share. Some thing to remind about Browsers what you can get from Browsers
sql connection Sitecore troubleshooting Cannot establish the connection to sql Sometimes when you try to ligin to Sitecore, you will get this error: There might be several reasons but first check if you can connect to your
log vs throw Exception handling in Sitecore There are two use cases for exceptions and logging handler in Sitecore which I am quickly clarify the differences. 1- Sitecore.Diagnostics.Assert 2- Sitecore.Diagnostics.Log In some scenarios your code throw
NDC Why companies should send the employees to the conferences? I recently was nominated to attend the NDCsydney conference which is one of the biggest and most popular events in IT. During the conference I had a chat with a friend discussing the
polyfill Would you like to use ES6 Promises? JavaScript is a progressive language and browsers improve their ability to understand the new features of JavaScript over time. For some features you might want to wait for browser to support otherwise you
women in tech Women In Tech (WIT) conference 2018 I attend many conferences and tech events each year. Mostly are great in terms of tech talks but WIT was inspiring in terms of innovation, digital transformation, personal development, diversity and career development.
public speaking Struggle to cope with public speaking? Pop up in DDD conference Lovely experience talking at DDDSydney was! There is an IT conference in Sydney called DDDSydney which is quite interesting for developers and very much affordable with a good range of topics. The vibe
javascript Fancy becoming a frontend developer? I had a talk at DDDsydney 2018 and here is the video of my presentation plus slides, Github code and references. My talk was about "Fancy becoming a frontend developer? Get to know
Npm libraries and vulnerability concerns Out of the box you can get some audit features from npm. However, you need to upgrade your npm to version 6+. Using this command upgrade your npm: npm install npm@latest -g