🚀 Excited to share my newly hosted personal portfolio site: www.ejcodes.com! 🚀 Thanks to the invaluable skills I gained at Coding Temple, I built this site using ReactJS with TypeScript and hosted it with AWS Amplify. A standout feature is a custom GPT trained on my resume, allowing potential employers to ask questions directly about my experience and skills. Check it out and let me know what you think! #ReactJS #TypeScript #AWSAmplify #CodingTemple #PersonalPortfolio #AI #JobHunt
Eric Jacobowitz’s Post
More Relevant Posts
-
Excited to share my latest exploration in TypeScript! Type inference in TypeScript has been a game-changer for me, especially in variable declaration and functions. It's incredible how TypeScript's powerful type system can infer types based on the values you assign. I've been delving deep into this feature and its applications, and I'm thrilled to share my findings with you. From simplifying code to catching potential bugs early on, type inference has truly enhanced my development process. I've uploaded some code snippets showcasing type inference in action on GitHub. Check it out and let me know your thoughts! Your feedback is invaluable as I continue to refine my understanding and implementation of TypeScript. Type inference is a feature in TypeScript, where the compiler automatically determines the data types of variables or expressions based on their usage and context in the code, without explicitly specifying them. It saves time and reduces code verbosity while maintaining type safety. GitHub Link : https://lnkd.in/ddYQChRu Let's keep pushing the boundaries of TypeScript together! 💪 #TypeScript #TypeInference #Code #Development #GitHub
To view or add a comment, sign in
-
-
🚀 Excited to share my journey with TypeScript fundamentals! 💻 Here are some key highlights: 1️⃣ Variable Types: Ensuring data integrity and code quality. 2️⃣ Function Definitions: Readable code and early error detection. 3️⃣ Array and Tuple Types: Efficient data structure management. 4️⃣ Objects and Interfaces: Improved code organization and maintainability. Each concept deepens my understanding of software development. Ready to explore more! 💡 Let's connect and share insights. #TypeScript #SoftwareDevelopment #LearningJourney #GovernorsindhITinitiative
To view or add a comment, sign in
-
With the recent Oscar nomination announcement, I wanted to take the opportunity to share my most recent project completed as part of the General Assembly Software Engineering Immersive Bootcamp. Built with MongoDB, Express.js, and Node.js, my Awards Forum is a basic RESTful CRUD application built to foster conversations on the merits, narratives, and changes of different Oscar contenders. Check out the deployed version here: https://lnkd.in/eD9J7xNQ Awards Forum Repo: https://lnkd.in/eDUT4Vru It features: 🏆 - Full CRUD capabilities for admins 🏆 - Fully responsive styling 🏆 - Pagination logic This is a project that I would like to further develop, creating new functionality to allow for a Prediction Center. Ultimately, I would also like to incorporate some API fetches that would automatically update nomination when announced, stats, and the past years races. #menstack #javascript #mongodb #express #node #softwareengineering
To view or add a comment, sign in
-
-
🚀 19/50 Day LeetCode Challenge 🚀 🚀 Day 6 of DevJourney Season 2 🚀 Today was one of those hectic office days where finding time for anything else felt like a challenge! 🏢⌛ Managed to solved just one LeetCode problem & gone through NodeJS stuff 🔍 Sum of All Subset XOR Totals Practiced writing schemas to define the structure of my MongoDB documents. 📚 Worked on creating models that utilize these schemas, ensuring my data interactions are efficient and well-structured. 🏗️ Even on busy days, it's important to keep pushing forward, even if it's just a small step. 💪 कल जादा सवाल करेंगे और नई चीजें सीखेंगे! #DevJourney #LeetCodeChallenge #NodeJS #ReactJS #FullStackDeveloper #JavaScript #ProgrammingLife #WebDevelopment #100DaysOfCode #CodingCommunity #DeveloperLife #TechHumor #PavanRathod #IBM #Ecommerce #Mongoose #CodingAdventures #BusyDay #KeepPushing
To view or add a comment, sign in
-
Today marks Day 129 of my daily coding journey! 🌟 Delving deeper into React's state management today, refining skills in dynamic data handling. Each day brings new challenges and victories, fueling my passion for software engineering. Ready to conquer more complexities ahead! 💻 #100DaysOfCode #ReactJS #SoftwareEngineering
To view or add a comment, sign in
-
🚀 Day 13 of 100: Embarking on a Journey into GraphQL and Beyond 🚀 On this thirteenth day of my 100-day journey, I'm thrilled to explore the exciting world of GraphQL – a query language for APIs that offers a more flexible and efficient alternative to traditional REST APIs. GraphQL allows clients to request exactly the data they need, no more and no less, in a single request. This eliminates issues like over-fetching and under-fetching of data, making interactions between clients and servers more efficient and reducing network overhead. As I delve into GraphQL, I'm eager to uncover its capabilities and learn how to design and implement GraphQL APIs using tools like Apollo and GraphQL Java. I see it as an opportunity to enhance my backend development skills and provide more dynamic and responsive experiences for users. But that's not all! Alongside my exploration of GraphQL, I'm also excited to venture into other extra points beyond the realm of Spring and Java. Stay tuned for more updates as I journey through the fascinating world of technology, one day at a time! 💻🌐 #GraphQL #FrontEnd #CloudComputing #100DaysOfCode Let's embark on this journey of discovery together and unlock the boundless possibilities of technology! 🌟✨
To view or add a comment, sign in
-
-
🚀 Day 8 of My Open Source Contribution Journey! 🚀 Hello LinkedIn Family, Here's a quick update on my eighth day: 🔍 Day 8 Highlights: DSA Practice: Solved two string-based problems on LeetCode and learned about linked lists, stacks, and queues, implementing them in JavaScript. Open Source Project: Started understanding the repository structure and project architecture. Docker Learning: Continuing to learn Docker for the project. Making steady progress and deepening my knowledge! Stay tuned for more updates. #OpenSource #MERN #LeetCode #CodingJourney #DailyLearning #DeveloperLife
To view or add a comment, sign in
-
Hello everyone, On #day2 of my #15dayscodingchallenge learning Typescript I studied the fundamentals of Typescript. 1️⃣I started with reviewing some 2 inbuilt data types 2️⃣next I learned the 3 any type which can actually represent any value a number or a string 3️⃣and last tuple is a is an array in which the annotations when trying to create a variable will indicate each value is a number or a string in that array since we know that it is an error ti have different data type in an array . This is what I learned hoping to learn more in the days ahead Jane Ebai Nyando Onongwene Yann Kamche #15dayscodingchallengewithkelly #frontenddev
To view or add a comment, sign in
-
-
👨💻 Leet Code Problem - 2530. Maximal Score After Applying K Operations 🚀🔥 Today, I successfully solved the LeetCode Problem 2530. Maximal Score After Applying K Operations. This question involves adding the largest number in the array and decreasing it by a special formula for K times. However, I encountered an issue with the time limit due to the larger size of the input array and the value of K. To optimize the solution, I learned to use MaxPriorityQueue() to prioritize the larger numbers in the array. By using the @datastructures-js/priority-queue package (https://lnkd.in/gvZ5EjVB), I could simply dequeue and add the first item, which is the largest number in the array, and then decrease it by the formula and enqueue it again. This experience has been a valuable learning opportunity for me as a software engineer, and I'm excited to continue improving my problem-solving skills and exploring new data structures and algorithms. If you're interested in seeing the solution and the code, you can access my GitHub repository at https://lnkd.in/gpxhiNHq. #LeetCode #SoftwareEngineering #WebDevelopment #DevOps #BackendDevelopment #FrontendDevelopment #DataStructures #Algorithms #ProblemSolving #CareerGrowth #TechSkills #PriorityQueue #Optimization #TimeComplexity #CodingChallenge
GitHub - warranttsai/leetcode-problems: This repository is used to save my codes of Leetcode problems.
github.com
To view or add a comment, sign in
-
TypeScript is great but do you get red squigglies you can't explain? 😐 If, like me, you change your mind when naming files. 🐢 The TypeScript extension on VS Code isn't as quick to catch up. 🚨 BEFORE YOU SPEND 20 MINUTES DEBUGGING 🤷 "Have you tried turning it off and on again?" 💻 VS Code ⌨️ Shift + Cmd + P 🔎 TypeScript: Restart TS Server 🧼 This re-reads file names and variables, ready to go again 😫 And if it doesn't get rid of the red squigglies... At least you know it's your fault! 😆 #TypeScript #debugging #vscodeextensions === I’m Joe, a front-end engineer specialising in TypeScript and React. I'm also the founder of the Makers Alumni Hub community, which celebrates and supports our vast network of talented engineers, and co-founder of Large Bytes, which creates software solutions for small businesses.
To view or add a comment, sign in
SO proud of you Eric Jacobowitz!! 🙌🎉