Skip to main content

React Nexus 2024, Good Parts. A Consise Summary in 100 points.

· 23 min read
D Balaji
Lead Design Technologist

The objective of this post is to summarize the key points discussed in React Nexus 2024 conference in 100 points. I call them good parts of React Nexus 2024. I add my commentary along the way. Hope you like it and read all the way from good parts #1 to #100.

Good Parts

Venue & Arragements

  1. The selection of React Nexus 2024 Venue was Apt, not just easy for attendees but also in line with react nexus 2023 venue. Radison Blu Marathahalli is our 2 day adda (means a social gathering or hangout spot).

  2. The rockstars of the conference, the speakers were simply meritorious and profound. The full list along with their linkedin and X handles can be found on React Nexus Speakers Section

  3. The conference vibe was kindled by a giant screen resembling a movie theatre and JBL speakers playing deep dope beats. Further momentum was added by charismatic emcees who knew tech and humour.

  4. The conference goodies included an name card tag, tshirt which is true to its size variant and few stickers. Minimalistic and useful.

  5. The overall conference was jam packed with surprises like traditional yakshagana dance, activities which felt like cardio & desk yoga, standup comedy, Bhangra dance which resembled flash mob, timely coffee and great food.

Day 1 of React Nexus 2024

  1. The first speaker was Naman Goel, spoke about "Designing for design: API decisions for long-term success". Naman is a maintainer at StyleX JS at Meta. He spoke about the design decisions, importance of inspiration and lineage in developing libraries and quick demos of stylex.

  2. Finish your side project to be successful. I do not think this needs any explaination. Simple advice yet profound.

  3. React was inspired by functional programming so hooks were inevitable and a natural progression. The same inspiration is a hidden force in stylex JS as well.

  4. Evolution of ReactJS be like.. React create class --> JSX --> Real classes --> Functional Components --> hooks --> React server components..

  5. Conference talk idea. "Algebraic effects". This is a react concept which is discussed on Dan Blog and referenced in Naman Goel speech.

  6. Trade offs help us to reach the sweet spot in design decisions. I cant agree more, without tradeoff programming would be simply hard for many.

  7. React fiber underwent a complete rewrite 8 years ago due to which we are able to add further enhancements to React like hooks, React Server Components (RSC), etc. Its always a good value add to hear directly from maintainers at Meta.

  8. The second speaker Nurul Sundarani, spoke about "Beyond the Backend: The Rise of React Server Components". He gave a lightning introduction to React Server Components (RSC in short) and how we can use them with Prisma.

  9. In the era of RSC, every frontend developer will be a fullstack developer too. Tools like Prisma should help you with that transformation.

  10. RSC can directly talk to databases, render only on the server so they can have API keys, good for SEO as the HTML and CSS alone can add value to the web crawlers, make the website quick by avoiding render fetch, etc.. The list goes on. Bottomline learn RSC ASAP. Good for you and your business.

  11. The third speaker Akash Hamirwasia, spoke about "Enhancing your Static Sites with React Server Components". Yes, RSC can be used on the static website. Sounds contrary? then read on.

  12. Static websites too run on a server and RSC can make use of the file server to do more. I was not able to find the code on Speaker Github but you need to know that its a possibility to do RSC on static websites.

  13. I was impressed with ease and confidence with which the relatively young speaker Akash was able to put his point across the room. While I was watching his speech, I was convinced without a doubt. Bottomline, the speaker had exceeding levels of communications skills and confidence. Sometimes you pick up a thing or two non tech skills in a tech conference.

  14. The fourth speaker Stefinie Fernando spoke about "Building Secure React Apps with Choreo IDevP". The software Choreo had some similarity with GCP app engine. In choreo the role of the developer ends with commiting code and packaging app into a image. The rest is taken care by Choreo platform.

  15. The Choreo platform boasts of complete software development cycle support ranging from CI/CD to deployment on a cluster. To playaround, visit Choreo website.

  16. Next JS which is a react framework has good levels of RSC support. Other react frameworks like remix are not behind. Think RSC, think react frameworks. RSC have friends too, they are called React server actions. use server directive, heard of it?

If there were one word that was repeated a lot during react nexus 2024, it would be RSC

  1. The fourth speaker Vamshi Suram spoke about "Scalable mock data injection into Apollo (GraphQL) Client". Overall the speaker was confortable on stage talking about his open source project apollo-mock-http which helps us with data mocking even in enterprise level applications.

  2. Mocking should be done away from application layer so that they can be toggled with a feature switch. This is not advice specific to apollo client but frontend in general. I like this application design pattern.

  3. Good mocking should not hinder or interfere with UI rendering because you loose out on the UI interactivity and animation. This advice is given with the context of react components where devs set data to props directly to mock the data.

  4. The fifth speaker Sweta Tanwar spoke about "Defensive Development: Testing Tactics for React Native Resilience". This was the first speech referencing React Native in React Nexus 2024. The content was actionable and could easily be blown up into a full book.

  5. Defensive application development can be broken into 3 categories. Code practices, Testing and CI/CD automation. More details in the next thread.

  6. Code practices include code quality checks, error handling with graceful degradation and error boundaries, component isolation before testing

  7. Testing practices include Unit testing with Jest, Integration testing with Enzyme and E2E testing with Detox/Appium. On react we are mostly talking about React testing with Vitest and playwright testing.

  8. The pyramid visualization was used to show that an app needs more unit tests which are efficient and integration testing at the top of the pyramid which are comprehensive. The pyramid slide will be referenced in my future discussions with architects on why unit, e2e and integration.

  9. CI/CD automation of tests can be done to catch regression issues in a automated fashion. We can use tools like circle CI, Travis, etc.

  10. The Sixth Speaker Rajat Vijay spoke about "Experiments with AI-Generated Tests". I see the testing theme, pre lunch to be a good idea. Good job organizers. I can sense that Rajat has seen good amount of tests in his career. He clearly outlined the problem with Copilot generated tests and how he intends to fix them.

  11. Rajat mentioned a tool titled "auto guardian" which instructs AI tools about the expected quality and style of testing. It looks like a config file for AI testing. I feel this would bring uniformity in the AI testing.

  12. Rajat spilled a few interview questions. userEvent vs fireEvent? Whats the difference and which is better. getByRole vs getByText. I will write a blog about these topics soon

  13. Rajat referenced https://www.promptingguide.ai/ to understand more about writing better prompts. I believe the future auto guardian would refer to these prompting standards.

  14. The testing demo was fun to watch and clearly the quality of tests can be increased greatly. The link to github repo is broken. Rajat plz toggle the repo to public if its private.

  15. The seventh speaker were from freshworks, spoke about "AI-Assisted Development: Harnessing the Freshworks Freddy Copilot Toolkit for App Development". The second sponsor speech on day 1. Its interested to see the no code movement gaining steam. Developers can build a full fledged application with a few apps and monetise on the platform. Thats insane.

  16. The Freedy Copilot had lot of similarities with github copilot. It needed registration, installation on vs code, type your requirement on chat. Freedy can also deploy to their marketplace. Finally no code app generation is in reach / at times free to use.

  17. The different stages from an idea to app. Requirements gathering, design, implemenation & refactoring, testing can be handled by Freedy.

  18. Freedy can also build UI for the developers based on the prompt. frontend engineers, gulp it down. Yes AI can build UI. Freedy relies on vision models for generating UI for freshworks marketplace.

  19. The engineering behind Freedy copilot was also discussed by second presenter Nagaraj. All I could injest into my mind were LLM, AI and more of it. Finally Day 1 Lunch hour.

  20. The post lunch first session featured a panel discussion comprising none other than the react core team from meta, how cool is that. We had Satya talk about the working on React compiler. Yes I heard it for the first time. I know only about React fiber but React compiler is a thing. True to its name, it compiles your react app into something sophisticated.

  21. The react compiler could potentially free us from writing useMemo and useCallback as the compiler could do better code optimization compared to a normal developer. However if the compiler identifies a tricky code or hacky code, it will assume that developer is the best judge and shall not mess with it.

  22. In React 19, ref is a regular prop. I hope to miss forwardExoticComponentRef in my life.

  23. There was a short and sweet answer to breaking changes, if you had been following the modern standards of react development. Then there are no breaking changes that should bother you. So legacy app developers brace yourself, modern app developers rejoice and upgrade to react 19.

  24. eslint plugin for react is now updated and optimized for react compiler. However there are many bugs that could escape the eslint and get inferred by React compiler. Code better and do not just trust eslint for react.

  25. React Strict DOM (RSD) is an integration of React DOM and StyleX, aiming to streamline and standardize the development of styled React components for web and native targets. We had Stylex maintainer Naman Goel talk about the possibilities of RSD.

  26. The conversation quickly moved towards RSC (React Server Components) best practices. Don't waste time hydrating components that are not read/used.

  27. Render as you fetch or fetch as you render? An another interview question to note. The panel favoured Render as you fetch as mentioned this is how apps to be built be it RSC or RN

  28. use operator is used for reading resources outside of the render. However it being a panel discussion, no demo or code was shown about the use operator. An another speech topic for potential speakers.

  29. The road ahead for react team looks like this. Compilation improvements, eslint plugin updates, lot of tooling related work is expected. I remember panel mentioning NextJS, Remix, etc. The panel discussion felt short but Tapas (the moderator) was well prepared with sharp questions.

  30. The eighth speaker Prateek Surana spoke about "Elevate your routing game with TanStack Router". Definitely I felt slightly outdated or an idiot for not use tanstack router after his demo. The power and relevance for enterprise use cases were amazing and would prevent developers from reinventing the wheel around routing.

  31. Tanstack router is file based, which is easy to understand and relatively hard to scale. To me the most killer feature was auto filter param rename in runtime. Let us say if param was misspelled, tanstack query can correct it for us without breaking the application

  32. The overall tanstack tools are squarely built around scaled react usecases which is beyond a simple ecommerce use case. I recommend checking out other tanstack tools and I am also excited to see how the tanstack fullstack comes out to be.

  33. The nineth speaker Palak Bansal spoke about "Mastering Image Optimization Techniques for Web Performance in React Applications". Let us face it, images can be hard to optimize and Addy osmani has written a book about it. Palak rightly hit the nail on the head by telling "Best practices keep changing which makes image optimization harder"

  34. Broadly there are 3 image optimization techniques that were discussed. They are lazy loading, responsive images and image CDN.

  35. Lazy loading can be done on the tag with a attribute called lazy. The responsive images can be based on width of the client or pixel density of the client. Image cdn can be self managed or third party cdn which generate images on the fly specially for the client

  36. If you are wondering if the talk around image optimization is not as comprehensive as Addy Osmani book, you are right. This is a small talk format, some speeches are smaller than others.

  37. The tenth speaker Jerad Rutnam spoke about "Simplify React App Login". The reasons for having a login feature are access control and personalization. But having a solid authentication logic can be hard and there were the sponsor of the event pitched his humble React component which was part of Asgardeo sdk

  38. As part of Asgardeo team, the recommendation from Jerad was to delegate complex parts of the app and focus on business logic implementation which could be your goto market strategy. Cannot deny if everyone had good budget, flexibility in the code and restrictions around data.

  39. The eleventh speaker Apurv Khare spoke about "Flashpoint Performance". Is that even a thing or library or concept? Before I could stop wondering, the speaker was sprinting at the speed of flash with his speech. Lots of concepts discussed and I had tough time writing down the ideas from his speech. But the speaker knew his tools and he explained with confidence.

  40. Measure performance first and optimize later. The speaker took us through different categories of performance metrics like Browser metrics, Core web vitals, Lab data & Field data. The optimization techniques include compression techniques, optimizing JS, optimizing CSS, resource hints and optimized Largest Contentful Paint (LCP).

  41. The speaker idea was to give a crash course on measure performance and also optimizing the performance with some numbers/reports from the tools wherever required. But I do not think the speaker showed us any tool called flashpoint.

  42. Browser metrics - Time To First Byte (TTFB), Speed Index. Core web vitals / User experience metrics - Largest Contentful Paint (LCP), Interaction to Next Paint (INP), First Input Delay (FID), Cumulative Latest Shift (CLS)

  43. Here are some of the tools to measure website performance. App run at lab condition / lab data - Lighthouse, webpage test. App run at field condition / field data - Chrome UX report (CrUX), Pagespeed insights

  44. The network waterfall was well discussed with webpageTest and web vitals were discussed. The important performance concept, Critical Rendering Path was discussed. Of course, the speaker mentioned how CSSOM is built and how its different from JS DOM.

  45. Website performance testing on first load vs repeat load was interesting to me because we generally measure the first load only. Wherever flat text files or documents are served from server to client, we must enable one of the gzip, brottli or other compression techniques

  46. For optimizing JS - Pause blocking JS, defer it as much as possible. For Optimizing CSS - download CSS ASAP on the device in one chunk so that CSSOM gets built and the user can see the content rendered. Use resource hints like rel, as to pre load the content before it gets used. When prefetching multiple resources, use fetch priority.

  47. The day 1 post noon, performance speeches continue. The 12th speaker and last speaker of the day was Saurabh Daware and he spoke about "Debugging Performance Issues of Your Website". The previous speech was theoretical and this speech was practical to the best.

  48. Performance issues are like any other bugs, for debugging performance issues just do not put a break point. The first place to look for is the network waterfall whenever we face an issue.

  49. The speaker was running a static site featuring Razorpay landing page, he demonstrated First Contentful Paint and Last Contentful Paint. The speaker attempted to showcase perceived performance optimization and how his attempted interfered with other metrics like LCP.

  50. The speaker showcased how he cleverly chose to improve the perceived performance by booting the webcontainer only when code gets focus, until that point he shows the static output which gives the user the perception of fast. Its kind of fake it until you make it logic.

Day 2 of React Nexus 2024

  1. Day 2 felt somewhat slow to me as we did not waste time at registration desk. But things took a turn when we begun the day 2 with a lightening talk about Yoga. The speaker gave a mini talk focussed on breathing, expanding spine length and some posture correction tips. We need to take 10 minutes a day to see the difference.

  2. The key exercises mentioned were neck stretches, breathing slow and deep, shoulder roll, cat cow pose while sitting. If you are yoga geek, then Tadasana and Garudasana were mentioned. If you feel stiff like wood, then remember range of motion increases with consistency.

  3. The 13th speaker Alex Lobera spoke about "Future-proofing state management at scale". He showcased the app he works on "Miro" and there is definitely lot of user state, sync state happening in the app. The app looks like scrum board and renders on canvas/webGL based on the client.

  4. The author somehow connected the PHP era with RSC era. We were essentially connecting to DB and building UI all in one php file. We are doing the same in RSC. Just the server was not in the picture during SPA era and now its back. Congrats, everyone is now a full stack engineer.

  5. Client can access server state but server cannot access client state. The server is coming back to the picture, this time its different. The server can help us build a state in RSC era. fyi day 2 had lot of speakers flying into India for the conference. Alex was from Portugal.

  6. The 14th speaker Tapas Adhikary spoke about "Do You Really Need React Query For Your Applications?". I was one of the user of React Query and I got hooked. The real threat to React Query was change in context due to RSC. Now the client can talk to DB directly. However for complex use cases we might still need tanstack query.

  7. The 15th speaker K Kamalakannan spoke about "Simplifying Complex Logic: Leveraging XState in React Development". I appreciate the state machine part, orchestration and visualization aspect of XState.

  8. The 16th speaker Ankit Tailor spoke about "How I built a Powerful Typed System?". He had worked on a design sytem called gluestack where he has authored CSS in JS which needs to be type safe. I could appreciate the use case for generic data types in designing type systems.

  9. The speaker mentions different aspects of DX like linting, debugging tools, typescript type checks and he showcased a CLI diagnostic tool which could show the size of generated types file which is absolutely needed for performance reasons. npx tsc --diagnostics

  10. The 16th and 17th speaker were Mike Grabowski & Eric Vicenti speaking about a new paradigm "How you can Server-Render without Rendering on the Server". At the core we are trying to use web sockets to communicate with client UI on realtime to render changes. The use case was showcases interactively like a theatre play by 2 speaker on the stage with live coding.

  11. The speakers showcased their npm component library which could react to our code listening via WS protocol. The links to the code or library cannot be found on google. Watch out for rise.tools. Not just the rendering library, rise.tools also has a component library so that developers can quickly build apps along with a playground.

  12. The 18th speaker Sanket Sahu spoke about "Building Back-End Driven Universal Apps". Conceptually Sanket is attempting to solve the same problem as Mike & Eric. Instead of too much code which looks like config. We have syntactically simpler code which can be generated by chatgpt to a very high level of accuracy. Thats in line with no code development of the future.

  13. The 19th speaker Shruti Arya spoke about "Measuring UI performance at scale". The talk was mostly about React native app on low end android devices. The github project was called component-profiler. Surprisingly I could not catch hold of the link to it. The goal was to prevent long re-renders so that there is no jankiness.

  14. The 20th speaker Santosh Yadav spoke about "Improve your Developer Experience with Nx". When the pain point that Nx tries to fill was lengthy build times on any machine, be it CI/CD or cloud or local. The NX tool intelligently creates a graph of the code and precisely knows the impact of the code change. Then runs the required build tasks instead of running every single build step on the entire code base.

  15. The 21st speaker Apoorv Taneja spoke about "Creating beautiful experiences with Framer-Motion on web". Framer motion helps anyone without indepth css knowledge build animations. The speaker precisely showed us how to use framer to create interactivity on the UI components.

  16. The 22nd speaker Yashpreet Bathla spoke about "Avoid flickering user interfaces". The presentation deck resembled windows 95 and it was amazing. The speaker explained the concepts like call stack, micro task queue, macro task queue and render queue in detail. He also mentioned the need to maintain 60FPS, and one render in 16.6ms to have a jank free interface. He also showed how using useLayoutEffect helps in preventing jankiness when compared to useEffect

  17. The 23rd speaker Mohit Kumar Toshniwal spoke about "Building XR applications using React Three Fiber". As speaker rightly said, the AR/VR usage has increased. Be it shopping on amazon or navigating with google maps. We can build AR/VR apps in react with react three fiber, drei, leva, react-xr etc

  18. Then a panel discussion follows but this time the theme is state of react native. Panelists mentioned that react native is yet to reach v1.0.0. The expo eco system is quite mature and visiting expo.new is the way to get started with React native.

  19. The 24th speaker Neha Sharma spoke about "Connecting Worlds: Enhancing Accessibility in React Native TV Applications". Her talk was more about building accessible react native apps for smart TVs. On the mobile, the accessible is missing unlike accessible semantic html. This calls for more empathy from react native developers. The attributes like accessible are must have to make app accessible on TVs. The speaker reiterated that accessiblity is hard, its not a requirement but a feature to have.

  20. The 25th speaker Siddharth Kshetrapal spoke about Building accessible reusable react components. Having worked at primer.style, he is proficient in comprehending accessiblity issues and uses his tech speaker skills to make it interesting and understandable to audience. The speaker used 2 commonly used github widgets and tried to make them accessible.

  21. Siddharth referenced the importance of APG over WCAG in some use cases. he cleverly used the voice over to illustrate the pain, which the disabled people undergo due to our incorrect coding. I was thrilled and hooked to this speech, will certain share this speech to A11 enthusiasts.

Other wonders from React Nexus 2024

  1. I watched the react documentary trailer for the first time and happy to see the people behind React and the collective team spirit. You should watch it too, I mean the full video on youtube titled "How A Small Team of Developers Created React at Facebook | React.js: The Documentary".

  2. The sponsors were unintrusive, I was not bored by their presence on the stage or at the booth. Both of them answered the questions earnestly. The Freedy developer, aka AI tool for freshworks marketplace developers booth at the conference was showering goodies to the successful quiz winners and they had a lucky draw too.

  3. The Asgardio platform which is a simple managed Authentication platform for developers conducted a workshop post the day 1 session which I felt was a generous offering for attendees. The choreo platform which was an another stall was a useful utility for individual developers and small teams who want to have managed backend service. I love their stickers and pens kept for visitors.

  4. The audience were diverse in terms of demographics and their roots. Some of them were from students at Scalar academy, managers at Microsoft, founders of companies and in between. The Javascript community is quite strong like a giant multinational company having its subsidaries for their interests. We have JS Lovers, Chennai React, Delhi React, React Day Bangalore, team shiksha, etc

  5. Emcee Jobs are hardest and demands Charisma. Aakansha Doshi was simply bold and energetic. The cardio session to beat the sleep was a masterstroke by Aakansha.

  6. From timely humor to manager jokes, the second emcee Sahil Kalyani was equally charismatic on the stage. The third emcee Yashraj Nayak, whom I would remember for "how is the josh" was unique. He had deep connections with speakers and he was able to discuss some enjoyable anecdotes from his experience working with the speaker. Lastly "How is the Josh?"

  7. The one last thing would be the presentation aids prepared by the tech speakers were spellbound. I would appeciate the amount of time, thought and content the speakers have put into the presentations aids / PPT material. I could not differentiate if its online editor or powerpoint tools or excalidraw or just 10x creative powers of the speakers who were frontend engineers.

Thats enough about react nexus and my commentary on React nexus 2024, have a good day.

Is Amazon Prime Saving Delivery Charges? Amazon Seller Comments with inside details.

· 2 min read
D Balaji
Lead Design Technologist

Disclaimer: Amazon is used as a reference only, the issue of delivery charges is omnipresent in the ecommerce world. Treat the below article as an education material only.

On Amazon marketplace, the delivery charges or logistics charges are unavoidable because the amazon products are to be delivered to the customer by Amazon itself.

Amazon charges for the delivery directly and indirectly

Amazon marketplace makes money from both sides.

  1. Money from Customers who buy on Amazon
  2. Money from Sellers who sell on Amazon

This is when things turn awry for me. As a seller I pay delivery charges based on multiple factors like location of the seller and how far the location is relative to the seller location. As a seller I have no visibility on if the customer is a prime member or not. Neither any discounts on prime are shown to me. As a seller, I have to factor in the delivery charges in the MRP or collect separate delivery fees. As a amazon prime member if I buy the product, I am already paying for the delivery charge which is factored into the pricing by the seller.

If a non amazon prime member does the purchase below the threshold, then the amazon customer has to pay delivery charges twice because the seller has already factored in, the delivery charges along with the cost price and profit.

But Amazon prime members are not really given any "Free Delivery" as promised, its just a waive off of an platform charge associated with Amazon. The 1499 per year is not a discount voucher for delivery charges. In fact, you might have noticed that some products are less than 50 INR in physical stores like pens but on Amazon they are 150Rs etc because of the delivery charges.

Overall the delivery charges are unavoidable on any ecommerce platform and diminishes the value of the sales if the shopper is not careful. To be careful, the shopper need to be aware of the prices in the real world.

Summary

  1. Both Amazon Prime and Non Prime members bear the shipping charges directly and indirectly
  2. As a online shopper, think of the value of the shopping transaction before you close the purchase along with myriad other quality and other concerns.

Price is what you pay, value is what you get.

From Home Comforts to Office, the end of episode WFH

· 5 min read
D Balaji
Lead Design Technologist

In the army, the personnel are called soldiers. In tech companies, the personnel are called resources. The army trains in camps and carries weapons. Resources work in offices, GCC, and carry laptops. In 2020 due to covid pandemic outbreak, the resources were asked to work from home. Thats how the resources experienced work from home lifestyle, the episode started. Fast forward 2024, the resources are asked to leave behind the work from home and come back to office marking the end of episode work from home, lovingly called the WFH.

Some companies went the extra mile and allowed the resources to work from anywhere forever. In a similar time frame, I wrote an article about work from home vs remote working. The key takeaway was that working from home was a temporary fix unless the company adopted the culture mentioned in the book Remote, Office Not Required.

Fast forward to the start of 2024, almost all companies have given a first call, second call, or in some cases, a final call asking resources to get back to working from the office. This means that the comfort of working from home and the associated lifestyle is no more. But there have to be a few reasons why the back-to-office movement is happening. Of course, there are many reasons; here are a few as quoted by management.

Reasons to get back to the office

  1. Covid is out of the picture; we can get back to the old way of working from the office. Our senior management is already doing it.
  2. Operating in silos or as small teams won't boost the morale of the team or the culture of the company.
  3. Use the office as a space to build your personal brand.
  4. Please come to the office and use the building; we have purchased or leased it already for the long term. We have made it better in the recent renovation.
  5. The economy depends on your return to the office; the cab drivers, janitors, and realtors need you.

If you ask me, except for the first reason, the others should not be taken seriously.

How management is pulling resources back to the office

  1. The company-wide call announcing mandatory work from the office for a minimum of 3 days.
  2. Check if employees have punched into the office for a minimum of 3 days or 50% of working days.
  3. Bring in a policy that allows reduced pay for people working remotely.
  4. Bring in another policy that values presence in the office. No promotion if not working from the office. Personally, this statement is dangerous. Companies pay higher salaries to retain employees and not out of obligation. Having said that, more salary reduction could mean being on the layoff list.
  5. In-office meetings and not having the option for online participation from WFH resources.

My reaction to the back-to-office episode

  1. In late 2020, after analyzing the implementation of WFH, it was clear that this was a temporary arrangement.
  2. I condemn the press statements and town hall speeches by the management of tech companies in favor of working from anywhere. Everyone believed that working from home would continue forever.
  3. Later in 2023, the management was the first to step into the office, followed by their immediate teams. This set an example for the whole company that working from the office is the way to conduct business.
  4. Working from the office could mean perks like team lunches and client visits happening soon. Good for those with passports ready.
  5. Companies need to be mindful about the transition and set the deadlines accordingly. Some employees were working in their pyjamas for long hours at home. In the work-from-office arrangement, they will waste time commuting, etc.
  6. I am surprised when no management person said that working from the office is an opportunity for osmosis of ideas, easy to mentor juniors, or have fun moments. It looks like none of these happen at the workplace anymore or have been forgotten because of insufficient use.

Don't go to extremes

One person got into an argument where he refused to take the laptop home in the work-from-office arrangement, which led to tensions at the workplace. Accept that no system is perfect and software has bugs. In a long career span of 40 years, anything can happen. Many trends come and go.

We lived the WFH moment; it's time to move on.

Exploring the Capgemini UI Director Role, A Deep Dive

· 4 min read
D Balaji
Lead Design Technologist

When we delve into the realm of frontend engineering, the position of a Director of UI Frontend Architects emerges not just as a job but as a beacon on the intricate career ladder of frontend engineers. The intrigue deepens as we unravel the specifics of this captivating role, as posted by Capgemini on Linkedin Jobs. Let's embark on this exploration.

Exploring the Job Landscape

Location: Mumbai

Company: Capgemini

Department: Not mentioned

Subjects: Lead other frontend architects

Position: Director

Experience: 18-22 years

Decoding the Director's Role

The role of a Director of Frontend typically involves overseeing and leading the frontend development team within a company.

  1. Lead and manage a team of frontend architects, providing guidance, mentorship, and support.

  2. Collaborate with other departments, such as product management and design, to understand business goals and translate them into frontend development strategies.

  3. Evaluate and make decisions on the adoption of new technologies to improve the frontend development process.

  4. Foster collaboration and communication between different teams to achieve common goals.

  5. Drive a culture of continuous improvement within the frontend team, encouraging learning, experimentation, and innovation.

  6. Ensure that frontend projects are delivered on time, within scope, and meet the specified requirements.

  7. Work with QA teams to establish and maintain testing processes for frontend applications, ensuring high-quality and bug-free releases.

TLDR - Technical leadership + Frontend experience = Director of frontend

Job Prerequisites

The Director of Frontend is not merely a manager; it is a leadership role that entails steering the frontend development team within a company.

  • Team Leadership: Guide and manage a team of frontend architects, offering mentorship and support.

  • Cross-Functional Collaboration: Collaborate with other departments, such as product management and design, to align frontend development with business goals.

  • Technological Decision-Making: Evaluate and make decisions regarding the adoption of new technologies to enhance the frontend development process.

  • Team Collaboration: Foster collaboration and communication between diverse teams to achieve shared objectives.

  • Continuous Improvement Advocate: Instill a culture of continuous improvement, encouraging learning, experimentation, and innovation within the frontend team.

  • Project Delivery Assurance: Ensure timely delivery of frontend projects within scope and meeting specified requirements.

  • Quality Assurance: Collaborate with QA teams to establish and maintain testing processes for frontend applications, ensuring high-quality, bug-free releases.

TLDR - Technical Leadership + Frontend Expertise = Director of Frontend

Qualifications

The qualifications listed for this role encompass:

  • Experience: Proven track record in frontend and mobile technologies.

  • Business Contribution: Demonstrated contribution to sales and profit & loss (P&L).

  • Tech Acumen: Good understanding of Metaverse, XR, and GenAI.

  • Project Management: Managed deliveries of large and complex engagements as a Frontend/Enterprise architect.

  • Pre-sales and Business Development: Proficiency in presales and business development activities across geographies as a technical solution architect.

My Insight

This mid-senior level position implies that the Director of UI could potentially be at the helm of a research division, horizontal team, or internal team. Responsibilities include coordinating with frontend architects and presenting clients with tailored business solutions. The role demands awareness of cutting-edge technologies like the Metaverse and GenAI.

Preparation for this role leans heavily on job experience (60%), networking for referrals (20%), and the remaining 30% can be attributed to strategic preparation.

In Conclusion

The emergence of frontend job roles for professionals with two decades of experience is intriguing. A commanding grasp of frontend intricacies, coupled with business domain knowledge, excellent communication skills, and self-confidence, is imperative for the Director of Frontend.

Reference

Capgemini, Director frontend Job Ad

Exploring the Amazon Design Technologist Role, A Deep Dive

· 4 min read
D Balaji
Lead Design Technologist

In the vast landscape of job opportunities in the Indian subcontinent, the niche role of design technologists remains as elusive as the majestic tigers that roam the region. Job postings for design technologists are a rarity, and it's not every day that one comes across such an opportunity. Recently, I stumbled upon a job posting from Amazon Bangalore for the position of Design Technologist. As a lead design technologist, I feel compelled to delve into the contours of this intriguing job opportunity.

Contour of the Job

Location: Bangalore

Company: Amazon

Department: Amazon Ads Design Team

Subjects: Digital Advertising, Multi-channel Ads, E-commerce

Position: Design Technologist

Team: Design Leaders

Defining Design Technologist

The role of a design technologist lacks a universally accepted definition in the job market, prompting the Amazon recruiter to articulate their interpretation. As a Design Technologist at Amazon, one is expected to strike a balance between technical execution and design strategy, contributing to the creation of innovative landing pages and digital ad solutions. The ideal candidate possesses a passion for both design and development, demonstrating strong front-end proficiency, creative problem-solving skills, and a discerning eye for world-class functional design.

TLDR: Design and Technical Leadership = Design Technologist

The core attributes of a design technologist encompass conveying design strategy through code, proficiency in front-end technologies, UX patterns, and best practices, building prototypes with vanilla JS and CSS, attention to detail in library maintenance, and the ability to work on multiple projects while creatively solving business challenges.

Job Requirements

The Amazon recruiter has outlined several unique requirements for the design technologist role:

  • Web development experience across multiple devices, web-views, and browsers.
  • Delivery of functional prototypes on new devices.
  • Full participation in the lifecycle of design and development.
  • Inclusion of an online portfolio with process examples.
  • Ability to develop ad campaign strategy, use cases, and technical requirements.

Qualifications

Beyond the common prerequisites such as end-to-end ownership and web/mobile app development experience, the unique qualifications include:

  • Development of visually polished, engaging, and highly fluid UX prototypes using Figma/Sketch.
  • Previous experience in complex UI animations, with an emphasis on understanding webGL, React Spring, and Framer Motion.
  • Familiarity with Tensorflow and ThreeJS, along with prior experience as a UX/Interaction designer.

My Observation

The job requirements clearly emphasize mastery in frontend development, design, and UI with a focus on animations. An ideal candidate may have undergone a career transition from UX to Frontend or vice versa at some point. This role may not align with the skill set of full-stack engineers.

Rigorous preparation is paramount for applicants aiming to stand out in a competitive landscape. The scarcity of job openings necessitates a 10x effort in interview preparation, with priority often given to candidates from top colleges, those with resumes from reputed companies, and those with referrals. Design technologist roles demand intensive preparation, as exemplified by the specifics outlined in the discussed Amazon job posting.

Conclusion

In a scenario where job openings are scarce, candidates must elevate their interview preparation to tenfold levels due to heightened competition. The discussed design technologist job at Amazon provides a comprehensive overview of the responsibilities, qualifications, and desirable skills, serving as a guide for professionals aspiring to thrive in this specialized field.

Reference

Amazon Bangalore, Design Technologist Job Ad

Insights from Principle Frontend Job Descriptions - Week 2, 2024

· 3 min read
D Balaji
Lead Design Technologist

Welcome back to our ongoing series, "Insights from Job Boards." In this week's edition, we delve into the crucial job market requirements for senior-level Frontend Managers. These insights are gathered from the second week of 2024, shedding light on the skills and expertise demanded by today's dynamic professional landscape. More posts related to this series can be found with hash-tag job-descriptions.

  1. Extensive Experience and Academic Prowess: Senior Frontend Managers are expected to bring over a decade of hands-on experience to the table, coupled with a valid Computer Science degree. Proficiency in application architecture, software R&D, product engineering, and full-stack development is paramount.

  2. Mastery of Architectural Paradigms: Candidates should exhibit proficiency in both monolith and micro frontend architectures, showcasing their adaptability to diverse technological frameworks.

  3. Proficiency in Key Frontend Technologies: A prerequisite for the role is proficiency in React and Redux, complemented by expertise in at least one MV* framework such as Angular. This ensures a well-rounded skill set in the rapidly evolving frontend landscape.

  4. Embrace of Testing and CI/CD Best Practices: Senior Frontend Managers must be well-versed in testing tools and the setup of Continuous Integration/Continuous Deployment (CI/CD) processes. The expectation is to design and deploy robust frameworks and governance structures for SaaS engineering.

  5. Leadership and Project Management Skills: Successful candidates will have a proven track record of leading large development teams, crafting elegant solutions, managing engineering scope, schedules, and costs. Additionally, they should be adept at assessing developer productivity and ensuring comprehensive technical documentation.

  6. Expertise in Data Visualization: Experience in contributing to interactive dashboards, visualization platforms, and GIS applications is highly desirable. This reflects the growing importance of data representation and user engagement in modern web development.

  7. Continuous Learning and Thought Leadership: A commitment to staying abreast of the latest software engineering developments is crucial. Candidates are expected to establish reference architectures, generate thought leadership, and contribute to high-end intellectual property generation.

  8. Accessibility Awareness: Strong familiarity with Web Accessibility standards is a must. Knowledge of tools and libraries like Canvas, SVG, and others is an added advantage, showcasing a commitment to inclusive and user-friendly design.

  9. Holistic Understanding of Software Engineering Practices: Candidates should possess knowledge in Agile/Scrum methodologies, API Lifecycle Management, DevOps, Microservices, and SaaS/PaaS engineering. Exposure to major cloud platforms (preferably GCP), Open Source projects, and industry best practices is essential.

  10. Advanced Scripting Skills: Proficiency in scripting languages such as Python, Perl, TCL, UNIX shells, or equivalent is expected. Familiarity with public cloud providers (AWS, GCP, Azure), as well as container technologies like Docker and Kubernetes, is a valuable asset in the modern tech landscape.

In conclusion, the role of a Senior Frontend Manager in 2024 demands a comprehensive skill set that spans technology, leadership, and innovation. As the digital landscape continues to evolve, staying at the forefront of these requirements will be key to thriving in the competitive job market.

3 step process to keep your NPM packages updated in VS Code

· One min read
D Balaji
Lead Design Technologist

Here is a short post detailing the methodology used by me to keep the npm packages up to date.

  1. Install vs-code extension called package-json-upgrade which will give information about the latest version available.

Extension ID of the extension - codeandstuff.package-json-upgrade

  1. Use package-json-upgrade extension tooltip to update the package.

  2. Run npm update to update the packages and modify the package-lock.json

Once updates are performed, check if the application can build successfully.

Pitfalls of Standing Instructions, Techies Guide to Avoiding Unwanted Charges

· 4 min read
D Balaji
Lead Design Technologist

As a techie, managing digital spending has come with its own set of challenges, particularly when it comes to managing finances and subscriptions. One recurring issue that has cost me money on multiple occasions is the use of standing instructions for payments, where entering credit card details during free trials can lead to unforeseen financial consequences. In this blog post, I will share three instances where standing instructions resulted in financial loss and discuss strategies to mitigate these risks.

Google Cloud: The Silent Bill Accumulator

Same can happen on any cloud services aggregator

Google Cloud's free tier is a playground for developers, offering a range of services to experiment with. However, the requirement to enter credit card information exposes users to potential financial risks. Some dormant services can accumulate bills, and unpaid amounts accrue interest at a hefty 30% per annum. To avoid an unpleasant surprise, it is crucial for developers to actively monitor their Google Cloud billing section, even when services are in a dormant stage. While setting budgets can help control costs, it's imperative to note that alerts alone may not prevent services from running over the set limit.

Netflix and Allies: The Subscription Renewal Trap

Managing media consumption subscriptions can be challenging, especially when juggling multiple platforms. To optimize costs, my family cycles through apps every two months to watch all available titles without paying for them simultaneously. The challenge lies in remembering to cancel subscriptions before they auto-renew. Forgetting to do so results in wasted money. Vigilance and regular subscription audits are essential to avoid unnecessary charges.

Overcharging after Subscription Renewal

Yearly renewing subscriptions often come with an unwelcome surprise—the increased subscription price. Unfortunately, standing instructions automatically accept the higher cost, even if the renewed service may no longer be worth the investment. To prevent this, it's crucial to reassess the value of the service before allowing standing instructions to renew it automatically.

How to Avoid Unwanted Charges

  1. Maintain a Detailed Record: Create and regularly update an Excel sheet containing all websites where you've authorized standing instructions for payments. This centralized record will serve as a quick reference and aid in monitoring financial commitments.

  2. Stay Informed: Actively monitor notifications and emails related to payments and billing. Ignoring these alerts can lead to unintended financial consequences. Stay informed to take timely action. In India we have sihub website where we can see all the autopay instructions in one place.

  3. Seek Remedies: In case of discrepancies or unexpected charges, don't hesitate to seek help from customer support. Engage with the respective platforms to find a suitable remedy, which might include closing an account or modifying standing instructions.

Conclusion

As a techie, navigating the world of standing instructions requires diligence and strategic planning. By learning from my experiences with Google Cloud, media subscriptions, and renewal surprises, you can implement proactive strategies to avoid financial losses. Maintain meticulous records, stay informed, and don't hesitate to seek help when needed. With these precautions, you can enjoy the benefits of standing instructions without falling victim to their potential pitfalls.