Canercanerozdemir.hashnode.dev·4 hours agoUnity'de Yazılım Mimarisi Oluşturma: Event Tabanlı MimariBir yazılım mimarisi oluştururken, o mimariden beklenen bazı kriterler vardır. Bu kriterlerden biri, mimarinin kolay bir şekilde test edilebilmesidir. Aynı zamanda, mimariye ekleme yapıldığı durumlarda da bunun çok zaman almadan yapılabilmesi çok öne...36 readsC#
Francesc Travesablog.cesc.cool·6 hours ago6 Traps of software developmentThere are countless practices in software development, and one thing I've learned is that very few are universally "best practices." Taken too far or applied in the wrong context, they can cause more harm than good. This is true beyond software devel...Software Engineering
Rivka Avrahamtailwinder.hashnode.dev·7 hours agoelementor tailwindelementor tailwind Tailwind CSS is a utility-first CSS framework that provides a set of pre-defined classes to build modern user interfaces quickly. Unlike traditional CSS, where you typically write custom styles, Tailwind allows you to apply styles ...Software Engineering
Rivka Avrahamtailwinder.hashnode.dev·7 hours agoDrupal TailwindDrupal Tailwind In the world of web development, Tailwind CSS has emerged as a popular utility-first CSS framework. Unlike traditional CSS frameworks that come with predefined components, Tailwind allows developers to build designs directly in their ...Software Engineering
Hannahfrontendqueen.hashnode.dev·7 hours agoFigma Tailwind CSSFigma Tailwind CSS Tailwind CSS is a utility-first CSS framework that allows developers to create custom designs directly in their HTML. Instead of writing custom CSS classes, you can use pre-defined classes provided by Tailwind to style your element...Software Engineering
Shelleyfrontendev.hashnode.dev·7 hours agodatatables tailwind cssdatatables tailwind css Tailwind CSS is a utility-first CSS framework that provides a set of predefined classes to help developers design websites quickly and responsively. Instead of writing custom CSS for every element, you use Tailwind's utility c...Software Engineering
meggietailwindscss.hashnode.dev·7 hours agoUnderstanding Tailwind CSSUnderstanding Tailwind CSS Tailwind CSS is a utility-first CSS framework that allows you to style your web applications directly in your markup. Unlike traditional CSS libraries that offer pre-designed components (like Bootstrap), Tailwind provides a...Software Engineering
Hannahfrontendqueen.hashnode.dev·7 hours agoTailwind CSSUnderstanding Tailwind CSS and Its Integration with Adobe XD As a professional with a strong background in design and software engineering, I find that Tailwind CSS is a powerful utility-first CSS framework that allows developers to create responsive...Software Engineering
Olivia Arizonaolidev.hashnode.dev·7 hours agoExploring AdminLTE with Tailwind CSSExploring AdminLTE with Tailwind CSS What is Tailwind CSS? Tailwind CSS is a utility-first CSS framework that allows developers to create custom designs directly in their HTML. Unlike traditional CSS frameworks that provide pre-designed components, T...Software Engineering
Turing Vangisms.hashnode.dev·7 hours agoTS1198: An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusiveTS1198: An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive TypeScript is a powerful programming language that builds on JavaScript by adding static types. While JavaScript allows developers to write flexible, dynamic code, Ty...Software Engineering