 
            
              Alexandra Caulea
            
            @alexandracaulea
Followers
                125
              Following
                2K
              Media
                91
              Statuses
                1K
              Frontend Developer - Tweeting about HTML, CSS, JavaScript and projects that I work on | #WomenWhoCode #WomanInTech | Opinions are my own | ๐ท๐ด ๐๐
              
              Joined June 2016
            
            
           Today I celebrate ๐ฅณ a year working as a Frontend Developer after a career shift from technical support. Iโm so greatful for everyone who helped me and for each opportunity Iโve received in the past which helped me become the developer I am today. 
          
                
                1
              
              
                
                0
              
              
                
                1
              
             I've just finished the logic for a small interactive demo where users circle specific items; for this version, I've used cities from France ๐ซ๐ท. The design isnโt finished yet, but the logic is fully functional. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             I just finished implementing my first interactive quiz for a project ๐. The quiz tests users' knowledge on a subject, provides dynamic feedback, tracks progress, and scores. A small addition to the project I've been working on, and a fun thing to build. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             ๐จ Today I made my first hand-drawn SVG for a new project! Couldnโt find the right style, so Iโm drawing them myself in Affinity Designer. There's a lot to learn, but I'm loving it. ๐ธ #frontenddeveloper
          
          
                
                0
              
              
                
                0
              
              
                
                2
              
             CSS Tip! โ๏ธ You can create this cool explode-on-scroll effect with scroll-driven animations and custom properties ๐ฅ .attr { --x: -80vw; animation:xplode; animation-timeline:--header; animation-range:exit; } @โkeyframes xplode { to { translate: var(--x) var(--y); } This is a 
           Hey creators and innovators! Sooo excited to announce this โ I just launched my website,  https://t.co/zfSKdXrXEK!  ๐ฅ Crafted with love & @framer in just 1 month. Btw, can you spot the easter egg in logo? Hint: โ๏ธ๏ธ P.S: Any feedback, shares, or reposts would be beyond amazing 
            
                
                8
              
              
                
                61
              
              
                
                388
              
             ๐ฅ CSS Grid Hot Tip :before and :after are first class CSS Grid items, this โlines on either sideโ design can easily be accomplished in ~10 lines of CSS 
          
                
                40
              
              
                
                284
              
              
                
                3K
              
             Future CSS Tip! ๐ฎ (This one's close ๐ค) You can use "subgrid" to give child elements access to a parent's grid tracks ๐ This is great when you want to make sure content lines up ๐ Check those cards ๐ article { grid-row: span 4; display: grid; grid-template-rows: 
          
                
                33
              
              
                
                368
              
              
                
                3K
              
             Cute lil button I made using CSS trig functions ๐  https://t.co/6tzsLNRBOX  ๐๐ฝ next tweet with explainer ๐๐ฝ 
          
                
                8
              
              
                
                50
              
              
                
                381
              
             In my free time, I'm working on a side project in React, so I get to practice a lot independently, but I'm looking to increase my knowledge [2/2]. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Hi #DEVCommunity , I'm looking to read some React books. Would anyone happen to have any recommendations ๐ ? My current level in React is somewhere between junior and middle, and I don't have any work experience in React just yet [1/2]. #react #frontenddeveloper #womenwhocode
          
          
                
                5
              
              
                
                1
              
              
                
                1
              
             take a moment and hate mediocrity do something with every fiber of your being 
          
                
                21
              
              
                
                87
              
              
                
                552
              
             Chrome 111 beta is here. Features include new CSS color types and spaces, CSS trigonometric functions, and the View Transitions API. 
          
            
            developer.chrome.com
              New CSS color types and color spaces, CSS trigonometric functions, and the View Transitions API.
            
                
                6
              
              
                
                34
              
              
                
                169
              
             If you are reading number and date input values as strings and parsing them manually, there is a better way. More in my latest blog post:  https://t.co/UIzJCvN8lu 
          
          
                
                25
              
              
                
                292
              
              
                
                2K
              
             If you're still creating and modifying URLs in JavaScript using string concatenation, this is a PSA that there is a better way: 
          
                
                55
              
              
                
                530
              
              
                
                4K
              
             One new way you can make fetch() more elegant is to use the new Error.prototype.cause property in JS: const res = await fetch(...) if (!res.ok) { throw new Error('...', { cause: res }) } ... catch (err) { if (err.cause.status === ...) { // Handle each status } } 
          
                
                11
              
              
                
                146
              
              
                
                924
              
             Learn to Code & Get a Developer Job in 2023. You can do this.๐ฅ My full book is now available here. You can read it on your laptop or phone. Be sure to bookmark it. And tell your friends who are interested in getting into tech. [FREE full-length book]: 
          
            
            freecodecamp.org
              If you want to learn to code and get a job as a developer, you're in the right place. This book will show you how. And yes this is the full book โ for free โ right here on this page of freeCodeCamp....
            
                
                26
              
              
                
                159
              
              
                
                577
              
             I've spent 15 years as a developer. That's over 25,000 hours. Here are 9 lessons that only time can teach: 
          
                
                119
              
              
                
                608
              
              
                
                2K
              
             
             
               
             
             
             
             
             
             
            