Portfolio-Site | portfolio website showing some example projects | Portfolio library
kandi X-RAY | Portfolio-Site Summary
kandi X-RAY | Portfolio-Site Summary
This is my portfolio demonstrating sample projects I have worked on. It is not complete as there are many more projects I am in the process of completing/updating/adding to my site. But this simple portfolio should give an overall summary of my skills and experience as a full stack web developer. Link to project: www.lillythedev.com.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Portfolio-Site
Portfolio-Site Key Features
Portfolio-Site Examples and Code Snippets
Community Discussions
Trending Discussions on Portfolio-Site
QUESTION
Conflicting rules on TS / React import from a noob, but using Eslint / Prettier and getting an 'React' is declared but its value is never read.
error, but if i remove it, 'React' must be in scope when using JSX
error pops up. I can't work out why!
ANSWER
Answered 2021-Jan-02 at 16:11the last react version of react doesn t need the import. Use that one or fix your eslint which is the problem here
QUESTION
F:\Web-Development>npx create-react-app portfolio-site
Creating a new React app in F:\Web-Development\portfolio-site.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
yarn add v1.22.10 [1/4] Resolving packages... warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning react-scripts > workbox-webpack-plugin > workbox-build > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
warning react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
[2/4] Fetching packages...
error An unexpected error occurred: "C:\Users\Mr.Robot!\AppData\Local\Yarn\Cache\v6\npm-micromatch-3.1.10-70859bc95c9840952f359a068a3fc49f9ecfac23-integrity\node_modules\micromatch\.yarn-metadata.json: Unexpected token \u0000 in JSON at position 0".
info If you think this is a bug, please open a bug report with the information provided in "F:\Web-Development\portfolio-site\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Aborting installation. yarnpkg add --exact react react-dom react-scripts cra-template --cwd F:\Web-Development\portfolio-site has failed.
Deleting generated file... package.json Deleting generated file... yarn.lock
My settings config. Yarn version: 1.22.10 Node version: 14.15.2 Npm version : 6.14.9 react also up to date
...ANSWER
Answered 2020-Dec-16 at 07:52Looks like a cache issue it might be corrupt, can you try the following command it will fix that :
QUESTION
I am new to AWS so this might just be a settings thing, but some of my resources are not being listed anymore under my admin console.
Specifically, all my DynamoDB tables and Lambda functions are no longer listed on my console. My cloudfront and Route 34 listings are just fine. In addition I no longer see any of my website certifications listed anymore.
I know the resources were not deleted, as I can ping them through other means and get correct responses and such. And I'm listed as the only user and have root access? Why are they no longer showing up?
Example CLI outputs below showing that CLI recognizes the tables exist, but none of them show up on my web console anymore. I don't think I changed anything, but I probably did haha.
...ANSWER
Answered 2020-Aug-16 at 00:22Based on the comments.
The issue was the use of wrong region for DynamoDB in the console. When using IAM, all the regions are grayed out since IAM is global service.
To change the region for DynamoDB, first have to go to DynamoDB console, and then a change of a region is possible. DynamoDB is a regional service, unlike IAM.
QUESTION
Hi guys I was just following this tutorial (https://realpython.com/get-started-with-django-1/) to integrate a projects application for my Django portfolio-site project.
Everything was going well with the set up until I tried to log in to admin page of Django to add more objects to my Project model in the database.
After I click add, it return me an error page and it says like this:
Error return page [1]: https://i.stack.imgur.com/co1Cy.png
Traceback
...ANSWER
Answered 2020-Jun-21 at 19:59In model Project image field:
Should be project/img
not projects/img
QUESTION
Project Description: Using Gatsby to create a portfolio website to showcase my JavaScript projects.
Problem: I cannot get images to load using gatsby-image in my deployment to github pages - it works on my local machine. If I use childImageSharp.fixed it is blurry and if I use childImageSharp.noBase64 the image does not show up at all.
What I have tried: I have tried deleting my public and .cache folders and rebuilding (many times) - didn't work. I have tried using older versions of Gatsby and gatsby-images this didn't work and it seems to break other things. I've tried improving the quality but changing some settings but it didn't work. These are all things I have tried from other StackOverflow posts I've been reading the past couple of days.
*Note: I also tried to not use Gatsby Images and you will see a lot of other data in my query even without Gatsby images I cannot get the images to show up not broken. But using gatsby images it's either blurry or blank as I stated above.
Github repo: https://github.com/mk0b/gatsby-portfolio-site
Live Github Pages Site: https://mk0b.github.io/gatsby-portfolio-site/
**Notes on structure - My graphQL query is in Projects.js and is passing down all the info to Project.js which then uses gatsby image.
Thank you for any help/guidance in advance!!
...ANSWER
Answered 2020-Mar-16 at 19:21Someone in one my of my slack communities suggested I try Netlify instead of github pages and the images work with Netlify deploy. So this is not resolved but is no longer pressing.
QUESTION
Now I'm developing Express-NodeJS version of my portfolio page. You can access static web page with this Link
So I put my data in MySQL Server. In the Pug template I want to repeat the div element and also inside elements too.
Can you give me some examples of the div iteration and how to put the MySQL data into pug template.
in the comment line I want to change it because I want to make it CRUD App.
...ANSWER
Answered 2018-Aug-14 at 12:51In pug you can use each
to iterate over an iterable.
An example from the offical pug docs
QUESTION
I have read every tutorial, stackoverflow question, discussion forum I can find on this topic and still cannot find a solution that works for me. I'm sure it's something simple I'm overlooking which is why I'm asking for help. here's my folder structure for reference.
- dist
- css
- img
- js
- index.html
- src
- sass
- img
- js
- index.html
- gulpfile.js
- package.json
browserSync will initialize correctly and show me the page in the browser. When I make a change to the html, css, or js files though, the terminal will tell me it's reloading the browser but then the browser never reloads. If i manually refresh the browser, then changes show correctly but browserSync is supposed to automatically refresh right?
Do i need to make some kind of return stream or .pipe(browserSync.stream()); at the end of my copy tasks?
...ANSWER
Answered 2018-Apr-29 at 16:27I downloaded your repo to check it and everything is fine with your Gulp installation.
The problem you have is that your index.html file is malformed. There's a word 'portfolio' at the very beginning of your file, before the document declaration.
I read in some other answers that BrowserSync needs a body tag in the HTML to inject some code that enables the syncing, and I guess that a malformed HTML can break that functionality.
Thanks,
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Portfolio-Site
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page