Ayesha SaharforAyesha's Tech Bytesayeshasahar.hashnode.net·Apr 17, 2022Adding Custom Code to your Editor X WebsiteDisclaimer: This post is sponsored by Editor X. Introduction For the longest time, I was intrigued by how you could just make a fully functional website without using any code at all. Hence, in order to satiate my curiosity, I've finally joined the ...Discuss·47 likes·310 readsWeb DevelopmentWeb Development
Osinachi Chukwujama forOsi on Techvicradon.hashnode.net·Jul 14, 2020Critical productivity tools for developersMomentum Notion Bitly Grammarly App freezer Momentum Momentum is a browser extension that replaces your boring browser default tab window with a beautiful picture and a warm greeting Seeing this picture brings usually stirs up a warm feeling. You c...Discuss·20 likes·138 reads2Articles1Week
Darsh ShahforDarsh's Blogiamdarshshah.hashnode.net·Dec 19, 2020Top Project Management Tools For Developers🛠Are you someone looking for Project Management tools that can help you become more Productive? 🤔 If you said Yes, then you're at the right place. 🤗 Choosing the right tooling can be really time-consuming for everyone, right? Soo... In this articl...Discuss·12 likes·226 readsHashnode
Sony AKforSony AK Tech Notessonyarianto.hashnode.net·Apr 8, 2023Jogja, the project generator for web frameworksEvery web framework usually has its own CLI to generate project. Let say Next.js has npx create-next-app@latest or Vue.js has npm init vue@latest. Jogja makes create project easy for many web frameworks by using interactive menu. Screenshot It suppo...Discuss·10 likesJavaScript
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Mar 30, 2023Introducing LogIQAre you tired of dealing with slow, buggy web applications? Do you struggle to find the root cause of performance issues and errors? Look no further than LogIQ, a new open-source tool that can help you analyze and optimize your web applications. We a...Discuss·1 like·31 readsOpen Sourcelogging
Daniel Suhettforsuhett.comsuhett.hashnode.net·Mar 13, 2023Esbuild, Vite e o fim do WebpackWebpack e seus concorrentes foram fantásticos para o empacotamento de projetos de front-end durante muito tempo, porém eles carregam o fardo de ser uma tecnologia com mais de 10 anos, em um contexto extremamente volátil e disruptivo como a web, entre...Discuss·33 readsesbuild
wisdom ucheforWisdom Uche - Blogcartwild.hashnode.net·Mar 8, 2023Mac Tools I’m Using in 2023Maccy Clipboard Manager Previously I was using Flycut as my clipboard manager but now have switched to Maccy. The functionality is mostly the same but the native history search is really nice. 2. Espanso Espanso is a keyword expander which means yo...Discuss·27 readsmac
Narbeh ShahnazarianforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Mar 5, 2023DevNTell - Supercluster🌈 GM In this weeks episode of DevNTell, co-founders Kai Huang and Gov go over the latest on their project, Supercluster Labs 🌟 Developer Spotlight Kai has been in Product Management for the last 6 years, currently working as a PM for MetaMask. Kai ...Discuss·41 readsDevNTellDAOs
Zsolt BoldizsárforZsolt Boldizsár's Blogzsoltboldizsar.hashnode.net·Feb 22, 2023My journey building an Android Studio PluginIt all started back in 2020 when we suddenly had to start working from home (we all know the cause). At the time I was working on LEGOLife, an app supporting both phone and tablet form factors. In our office, we had access to tablets, but most of us ...Discuss·1 likeAndroid Studio Plugins
James SinkalaforJames Sinkala's Blogxinnks.hashnode.net·Feb 13, 2023Early impressions of Turso, the edge database from ChiselStrikeI got into the private Beta program of the new ChiselStrike product - Turso, an edge-hosted distributed database based on libSQL - the open-source and open-contribution fork of SQLite. Turso is hosted using Fly.io, meaning you have 26 regions of choi...Discuss·33 readsDevops
Nosana CIforNosana CInosana.hashnode.net·Feb 3, 2023Why Web3 Developers Need to Say Goodbye to Web2 ToolingThe Web3 ecosystem is still in its infancy, but it is clear that it will be a game changer. Decentralization is a revolutionary concept with the potential to create a fairer, more secure, and more equitable internet. But the problem is that many Web3...Discussci-cd
Paul KforProgramming with Paulerspaulers.hashnode.net·Jan 23, 2023Designing a SaaS in 2023 - ToolingIn the last article, we discussed tech stacks. Here is my preferred tech stack for the project. As a quick reminder, I'm building an IoT service with a web dashboard. Frontend: Nuxt 3, Bulma CSS, no component library Middle Tier: Nuxt 3 (Nitro/h3) ...Discuss·34 readsSaaS Cloud Architecture in 2023SaaS
Weiping Dingforwpding.hashnode.net·Oct 2, 2022Understand Babel PluginBabel as a transpiler In old days, JavaScript used to be interpreted directly, it means what you write in the code editor is the same as what's running in the browser, well maybe just with minified source code. However when writing modern apps, we of...Discuss·102 readsBabel Plugin: A Tool to Tinker with JavaScript Codebabel-plugin